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

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

Issue 1310843010: Add Polymer tests for cr-settings-prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar pretty Created 5 years, 3 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 091f2e49718f6197ac541e39919e51b43ef065ae..3ac53ba967be5c3193a1b6b8a7087894c368ba4d 100644
--- a/chrome/browser/resources/settings/prefs/prefs_types.js
+++ b/chrome/browser/resources/settings/prefs/prefs_types.js
@@ -9,6 +9,7 @@
/** @type {{INITIALIZED: string, isInitialized: boolean}} */
var CrSettingsPrefs;
+// TODO(michaelpg): provide a Promise for initialization.
if (CrSettingsPrefs === undefined) {
CrSettingsPrefs = {
/**

Powered by Google App Engine
This is Rietveld 408576698