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

Unified Diff: chrome/common/pref_names.cc

Issue 1566047: First cut of Cloud Print Proxy implementation. The code is not enabled for no... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Final review changes Created 10 years, 8 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/common/pref_names.h ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
===================================================================
--- chrome/common/pref_names.cc (revision 44739)
+++ chrome/common/pref_names.cc (working copy)
@@ -752,4 +752,10 @@
// LoginDatabase.
const wchar_t kLoginDatabaseMigrated[] = L"login_database.migrated";
+// The unique id for this instance of the cloud print proxy.
+const wchar_t kCloudPrintProxyId[] = L"cloud_print.proxy_id";
+// The human-readable name of the Cloud Print proxy. User-supplied.
+const wchar_t kCloudPrintProxyName[] = L"cloud_print.proxy_name";
+// The GAIA auth token (we may need to move it outside of prefs)
+const wchar_t kCloudPrintAuthToken[] = L"cloud_print_auth_token";
} // namespace prefs
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698