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

Unified Diff: chrome/common/pref_names.h

Issue 566933005: Do not display lock for hosted domains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to a hosted domain preference. Fix unit tests. Created 6 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index be3eadd0e0926f82472157ecc9209e674c458c08..247099054906038201f3cee9bb65e19329dcdbea 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -28,6 +28,8 @@ extern const char kForceEphemeralProfiles[];
extern const char kHomePageIsNewTabPage[];
extern const char kHomePage[];
extern const char kProfileIconVersion[];
+extern const char kProfileHostedDomain[];
+extern const char kProfileIsLockableVersion[];
extern const char kRestoreOnStartup[];
extern const char kRestoreOnStartupMigrated[];
extern const char kRestoreStartupURLsMigrationTime[];

Powered by Google App Engine
This is Rietveld 408576698