summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 03:29:21 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 03:29:21 +0000
commit47c7ec8be8c6829d7973568fe453f46046c2e818 (patch)
tree23858ca98d528e15b669d0d8d384fb66e934e450 /chrome/common/pref_names.h
parent8ec5cf2ac8e296fcd264599f4a72cb108d40764a (diff)
downloadchromium_src-47c7ec8be8c6829d7973568fe453f46046c2e818.zip
chromium_src-47c7ec8be8c6829d7973568fe453f46046c2e818.tar.gz
chromium_src-47c7ec8be8c6829d7973568fe453f46046c2e818.tar.bz2
Print Preview: Add a non-user-visible pref for controlling print preview. Hook it up to the print preview switches. We will hook up enterprise policy to this in a separate CL.
BUG=102863 TEST=none Review URL: http://codereview.chromium.org/9139045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index cd9db10..f7daa0c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -235,7 +235,7 @@ extern const char kShow3gPromoNotification[];
extern const char kUseSharedProxies[];
extern const char kOAuth1Token[];
extern const char kOAuth1Secret[];
-#endif
+#endif // defined(OS_CHROMEOS)
extern const char kIpcDisabledMessages[];
extern const char kShowHomeButton[];
extern const char kRecentlySelectedEncoding[];
@@ -252,10 +252,6 @@ extern const char kEnabledLabsExperiments[];
extern const char kEnableAutoSpellCorrect[];
extern const char kSavingBrowserHistoryDisabled[];
extern const char kDeleteTimePeriod[];
-extern const char kPrintingEnabled[];
-#if defined(GOOGLE_CHROME_BUILD)
-extern const char kPrintingPrintPreviewEnabledOnce[];
-#endif
#if defined(TOOLKIT_USES_GTK)
extern const char kUsesSystemTheme[];
#endif
@@ -564,6 +560,9 @@ extern const char kLoginDatabaseMigrated[];
extern const char kRemoteAccessHostFirewallTraversal[];
+extern const char kPrintingEnabled[];
+extern const char kPrintPreviewDisabled[];
+
extern const char kCloudPrintServiceURL[];
extern const char kCloudPrintSigninURL[];
extern const char kCloudPrintDialogWidth[];