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

Unified Diff: chrome/common/pref_names.h

Issue 10808006: Move printing.* prefs from local state to profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Retired PrintPreviewUnitTestBase class. Created 8 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 9a58f332fb3257a0a2f6608025fa7beb5fe6fe47..707c568d8d275b960a04aba01b175500dd44399d 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -367,6 +367,9 @@ extern const char kProfileName[];
extern const char kInvertNotificationShown[];
+extern const char kPrintingEnabled[];
+extern const char kPrintPreviewDisabled[];
+
// Local state prefs. Please add Profile prefs above instead.
extern const char kCertRevocationCheckingEnabled[];
extern const char kSSLVersionMin[];
@@ -616,10 +619,7 @@ extern const char kGeolocationEnabled[];
extern const char kRemoteAccessHostFirewallTraversal[];
-extern const char kPrintingEnabled[];
-extern const char kPrintPreviewDisabled[];
extern const char kPrintPreviewStickySettings[];
-
extern const char kCloudPrintServiceURL[];
extern const char kCloudPrintSigninURL[];
extern const char kCloudPrintDialogWidth[];

Powered by Google App Engine
This is Rietveld 408576698