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

Unified Diff: chrome/common/pref_names.h

Issue 7390027: Added group policies to enable/disable importing of data from other browsers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed issues pointed out by Mattias Created 9 years, 5 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 74581303ffe4c769c4795b488e9dc9e0be4bcbca..e67227adbb59ef1734b1a33cace0ccca8a1a3f56 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -490,9 +490,14 @@ extern const char kCarrierDealPromoShown[];
#endif
extern const char kClearPluginLSODataEnabled[];
-
extern const char kDiskCacheDir[];
+extern const char kImportBookmarks[];
Mattias Nissler (ping if slow) 2011/07/20 09:28:31 Please keep declaration order here in sync with de
+extern const char kImportHistory[];
+extern const char kImportHomepage[];
+extern const char kImportSearchEngine[];
+extern const char kImportSavedPasswords[];
+
extern const char kRegisteredBackgroundContents[];
extern const char kAuthSchemes[];

Powered by Google App Engine
This is Rietveld 408576698