Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 073b6aa16490d2d9de70d8bff53e8cc7b8b5aadf..616b18a125f6f91f90987d74115b4bfdd04c49df 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1390,6 +1390,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"; |
+ |
brettw
2011/08/12 21:06:51
I'd only have one blank line here.
abeera
2011/08/15 16:23:06
Done.
|
// Preference to store proxy settings. |
const char kProxy[] = "proxy"; |
@@ -1459,4 +1462,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 |