| Index: chrome/common/pref_names.h
 | 
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
 | 
| index 790935e30d9ea0d0f39176f2fb862dd523a7a189..b96d4162f4fe490167577dccee3127fb192e68bc 100644
 | 
| --- a/chrome/common/pref_names.h
 | 
| +++ b/chrome/common/pref_names.h
 | 
| @@ -478,6 +478,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[];
 | 
| @@ -532,6 +533,7 @@ extern const char kBackgroundModeEnabled[];
 | 
|  
 | 
|  extern const char kDevicePolicyRefreshRate[];
 | 
|  extern const char kUserPolicyRefreshRate[];
 | 
| +
 | 
|  }  // namespace prefs
 | 
|  
 | 
|  #endif  // CHROME_COMMON_PREF_NAMES_H_
 | 
| 
 |