diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 2a5d6c3..bdc2c77 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -394,6 +394,10 @@ extern const char kProxyServer[]; extern const char kProxyPacUrl[]; extern const char kProxyBypassList[]; +#if defined(OS_CHROMEOS) +extern const char kSignedSettingsTempStorage[]; +#endif + extern const char kRegisteredBackgroundContents[]; } // namespace prefs |