Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 1c99a681eea6126433660c3d1896459080fe54f5..25222a6b69776a85e244d4e5af99c0c81ca92127 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1343,6 +1343,9 @@ const char kCloudPrintPrintSystemSettings[] = |
const char kCloudPrintEnableJobPoll[] = "cloud_print.enable_job_poll"; |
const char kCloudPrintRobotRefreshToken[] = "cloud_print.robot_refresh_token"; |
const char kCloudPrintRobotEmail[] = "cloud_print.robot_email"; |
+// Indicates whether the Mac Virtual driver is enabled. |
+const char kVirtualPrinterDriverEnabled[] = "cloud_print.enable_virtual_driver"; |
+ |
// Preference to store proxy settings. |
const char kProxy[] = "proxy"; |
@@ -1412,4 +1415,5 @@ 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"; |
+ |
} // namespace prefs |