| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index dfba0e5b69f0b4bb80eed4e5c900972883d38572..bad78ea020e19acf7ce8d5488616e378dae9bda7 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -787,6 +787,11 @@ extern const char kNetworkProfileLastWarningTime[];
|
|
|
| extern const char kLastPolicyStatisticsUpdate[];
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kRLZBrand[];
|
| +extern const char kRLZEnabled[];
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|
| #endif // CHROME_COMMON_PREF_NAMES_H_
|
|
|