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

Unified Diff: chrome/browser/resources/sync_setup_overlay.js

Issue 696013002: Fix closure compile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-compile
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_setup_overlay.js
diff --git a/chrome/browser/resources/sync_setup_overlay.js b/chrome/browser/resources/sync_setup_overlay.js
index ca326f2cf35ef067af99b671354840791ad4aa7f..e2dab12bbb5c8859de1fbdbf9ce21c3d08115702 100644
--- a/chrome/browser/resources/sync_setup_overlay.js
+++ b/chrome/browser/resources/sync_setup_overlay.js
@@ -41,7 +41,9 @@ cr.exportPath('options');
* typedUrlsEnforced: boolean,
* typedUrlsRegistered: boolean,
* typedUrlsSynced: boolean,
- * usePassphrase: boolean}}
+ * usePassphrase: boolean,
+ * wifiCredentialsEnforced: (boolean|undefined),
+ * wifiCredentialsSynced: (boolean|undefined)}}
*/
var SyncConfig;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698