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

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, 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
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index dc152c5fe3b4148f448a87134a73a968aa296791..708dc29924e80e64a0a68979189935ad406e1fad 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -256,6 +256,12 @@ extern const char kEnableReferrers[];
extern const char kPresentationModeEnabled[];
#endif
+extern const char kImportBookmarks[];
+extern const char kImportHistory[];
+extern const char kImportHomepage[];
+extern const char kImportSearchEngine[];
+extern const char kImportSavedPasswords[];
+
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
extern const char kLocalProfileId[];
extern const char kPasswordsUseLocalProfileId[];
@@ -514,7 +520,6 @@ extern const char kCarrierDealPromoShown[];
#endif
extern const char kClearPluginLSODataEnabled[];
-
extern const char kDiskCacheDir[];
extern const char kChromeOsReleaseChannel[];
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698