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

Unified Diff: chrome/common/pref_names.cc

Issue 11038063: Support chrome_to_mobile job receiving Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix format Created 8 years, 1 month 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/service/cloud_print/cloud_print_auth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 892a6bcb5bf808042f59a1c802f936f81e8e58e9..a2089aa01b405de3a350c3b75e34185220c7539b 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1091,6 +1091,17 @@ const char kImportSavedPasswords[] = "import_saved_passwords";
// without scary warnings.
const char kEnterpriseWebStoreURL[] = "webstore.enterprise_store_url";
+// Boolean which indicates if the chrome-to-mobile receiving has been enabled.
+const char kChromeToMobileReceiveEnabled[] = "chrome-to-device-receive.enabled";
+// Boolean which indicates if the chrome-to-mobile receive service was silently
+// disabled due to failures.
+const char kChromeToMobileReceiveStartingSuppressed[] =
+ "chrome-to-device-receive.starting_suppressed";
+// String for the printer id of the device registered as a printer to receive
+// chrome-to-mobile jobs.
+const char kChromeToMobileReceivePrinterId[] =
+ "chrome-to-device-receive.printer_id";
+
// The name of the enterprise web store, to be shown to the user.
const char kEnterpriseWebStoreName[] = "webstore.enterprise_store_name";
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/service/cloud_print/cloud_print_auth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698