summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 21:57:58 +0000
committerabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 21:57:58 +0000
commitc1a9082de46cb074984390138c318eab0d07143c (patch)
treee821cd8298dbcfe8fa9f109e67db910d3011c7b7 /chrome/common/pref_names.h
parent9de0ec1eb4f9056dbc55ee5c1ecba8781362992b (diff)
downloadchromium_src-c1a9082de46cb074984390138c318eab0d07143c.zip
chromium_src-c1a9082de46cb074984390138c318eab0d07143c.tar.gz
chromium_src-c1a9082de46cb074984390138c318eab0d07143c.tar.bz2
Add sign in dialog for GCP->print preview integration.
BUG=http://code.google.com/p/chromium-os/issues/detail?id=16082 TEST=Make sure you are signed out. Open print preview. Choose sign in from the printer drop down. Should be able to sign in with the resulting dialog. Review URL: http://codereview.chromium.org/7518002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index da13658..6f60204 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -517,8 +517,11 @@ extern const char kRemoteAccessClientFirewallTraversal[];
extern const char kRemoteAccessHostFirewallTraversal[];
extern const char kCloudPrintServiceURL[];
+extern const char kCloudPrintSigninURL[];
extern const char kCloudPrintDialogWidth[];
extern const char kCloudPrintDialogHeight[];
+extern const char kCloudPrintSigninDialogWidth[];
+extern const char kCloudPrintSigninDialogHeight[];
extern const char kCloudPrintProxyEnabled[];
extern const char kCloudPrintProxyId[];
extern const char kCloudPrintAuthToken[];