home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c) 2012 The Chromium Authors. All rights reserved.
- // Use of this source code is governed by a BSD-style license that can be
- // found in the LICENSE file.
-
- var chrome = chrome || {};
-
- /**
- * Organizes all signin event listeners and asynchronous requests.
- * This object has no public constructor.
- * @type {Object}
- */
- chrome.signin = chrome.signin || {};
-