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

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: 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 2dd53b14e2fe1e3e642190fad3d8df38db490c77..6a99b0d9b9e95ebd6559a5c656d5ccfcfb0fd2b1 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -482,9 +482,14 @@ extern const char kCarrierDealPromoShown[];
#endif
extern const char kClearPluginLSODataEnabled[];
-
extern const char kDiskCacheDir[];
+extern const char kImportBookmarks[];
+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