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

Unified Diff: chrome/common/pref_names.cc

Issue 7485011: Virtual Cloud Print Driver for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update GYP file to show warnings. Created 9 years, 5 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 1c99a681eea6126433660c3d1896459080fe54f5..f63d20b97ff82dc5cb817c70fe24dc6ee6fbc67c 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1412,4 +1412,6 @@ const char kCustomHandlersEnabled[] = "custom_handlers.enabled";
// by the cloud policy subsystem.
const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate";
const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate";
+
+const char kVirtualPrinterDriverEnabled[] = "virtual_driver.enabled";
Scott Byer 2011/08/02 23:52:52 This goes up with the service process prefs group.
abeera 2011/08/03 20:34:47 Done.
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698