summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorscottbyer@google.com <scottbyer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 21:57:35 +0000
committerscottbyer@google.com <scottbyer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 21:57:35 +0000
commitea161da013c64b7d63921a3a23289a667d284e0e (patch)
treea69d71b4b815b7a61143e101147ea0124ddf56b8 /chrome/common/pref_names.h
parentbdcbfd7bca18798c4ae1169e3c79f5c816df390f (diff)
downloadchromium_src-ea161da013c64b7d63921a3a23289a667d284e0e.zip
chromium_src-ea161da013c64b7d63921a3a23289a667d284e0e.tar.gz
chromium_src-ea161da013c64b7d63921a3a23289a667d284e0e.tar.bz2
Cloud Print Dialog work.
Allow an HTML dialog to suppress the title bar in a Chromium OS bubble window. For the Cloud Print dialog, remember the last size requested by the contents. BUG=chromium-os:8494 TEST=none Review URL: http://codereview.chromium.org/4110010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index bc82008..5799ec0 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -376,8 +376,10 @@ extern const char kGeolocationContentSettings[];
extern const char kLoginDatabaseMigrated[];
-extern const char kCloudPrintProxyEnabled[];
extern const char kCloudPrintServiceURL[];
+extern const char kCloudPrintDialogWidth[];
+extern const char kCloudPrintDialogHeight[];
+extern const char kCloudPrintProxyEnabled[];
extern const char kCloudPrintProxyId[];
extern const char kCloudPrintAuthToken[];
extern const char kCloudPrintXMPPAuthToken[];