| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 2410358055a53f8e0ae71a67d72d240fe7ac8e54..c3ff682f61393ea9b00d167382d8057e48430079 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -463,6 +463,7 @@ extern const char kCloudPrintPrintSystemSettings[];
|
| extern const char kCloudPrintEnableJobPoll[];
|
| extern const char kCloudPrintRobotRefreshToken[];
|
| extern const char kCloudPrintRobotEmail[];
|
| +extern const char kVirtualPrinterDriverEnabled[];
|
|
|
| extern const char kProxy[];
|
| extern const char kMaxConnectionsPerProxy[];
|
| @@ -515,6 +516,7 @@ extern const char kBackgroundModeEnabled[];
|
|
|
| extern const char kDevicePolicyRefreshRate[];
|
| extern const char kUserPolicyRefreshRate[];
|
| +
|
| } // namespace prefs
|
|
|
| #endif // CHROME_COMMON_PREF_NAMES_H_
|
|
|