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

Unified Diff: chrome/browser/resources/settings/prefs/prefs_types.js

Issue 1316003003: Add compiled_resources for settings/ and cr_elements/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md_settings_compiled_resources_2
Patch Set: Feedback Created 5 years, 4 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
Index: chrome/browser/resources/settings/prefs/prefs_types.js
diff --git a/chrome/browser/resources/settings/prefs/prefs_types.js b/chrome/browser/resources/settings/prefs/prefs_types.js
index d757fc03dcdc853035d62b222fcb25aa2c7c4b4f..c511d1d688c4460cb94696528a03a237e90a56d5 100644
--- a/chrome/browser/resources/settings/prefs/prefs_types.js
+++ b/chrome/browser/resources/settings/prefs/prefs_types.js
@@ -6,8 +6,16 @@
* @fileoverview Types for CrSettingsPrefsElement.
*/
+/**
+ * @typedef {{
+ * INITIALIZED: (string|undefined),
+ * isInitialized: (boolean|undefined)
+ * }}
+ */
+var CrSettingsPrefs;
+
if (CrSettingsPrefs === undefined) {
- var CrSettingsPrefs = {};
+ CrSettingsPrefs = {};
/**
* The type of the event fired when prefs have been fetched and initialized.
« no previous file with comments | « chrome/browser/resources/settings/prefs/prefs.js ('k') | third_party/closure_compiler/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698