Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: third_party/closure_compiler/externs/networking_private.js

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file was generated by: 5 // This file was generated by:
6 // ./tools/json_schema_compiler/compiler.py. 6 // ./tools/json_schema_compiler/compiler.py.
7 // NOTE: The format of types has changed. 'FooType' is now 7 // NOTE: The format of types has changed. 'FooType' is now
8 // 'chrome.networkingPrivate.FooType'. 8 // 'chrome.networkingPrivate.FooType'.
9 // Please run the closure compiler before committing changes. 9 // Please run the closure compiler before committing changes.
10 // See https://code.google.com/p/chromium/wiki/ClosureCompilation. 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md
11 11
12 /** @fileoverview Externs generated from namespace: networkingPrivate */ 12 /** @fileoverview Externs generated from namespace: networkingPrivate */
13 13
14 /** 14 /**
15 * @const 15 * @const
16 */ 16 */
17 chrome.networkingPrivate = {}; 17 chrome.networkingPrivate = {};
18 18
19 /** 19 /**
20 * @enum {string} 20 * @enum {string}
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 */ 1310 */
1311 chrome.networkingPrivate.onDeviceStateListChanged; 1311 chrome.networkingPrivate.onDeviceStateListChanged;
1312 1312
1313 /** 1313 /**
1314 * Fired when a portal detection for a network completes. Sends the guid of the 1314 * Fired when a portal detection for a network completes. Sends the guid of the
1315 * network and the corresponding captive portal status. 1315 * network and the corresponding captive portal status.
1316 * @type {!ChromeEvent} 1316 * @type {!ChromeEvent}
1317 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal DetectionCompleted 1317 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal DetectionCompleted
1318 */ 1318 */
1319 chrome.networkingPrivate.onPortalDetectionCompleted; 1319 chrome.networkingPrivate.onPortalDetectionCompleted;
OLDNEW
« no previous file with comments | « third_party/closure_compiler/externs/management.js ('k') | third_party/closure_compiler/externs/settings_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698