Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index dfbb9def900aca97ec6e5b292d265dfba0adc460..f825b1b5d18a275a8d5e008044bf767702fd777b 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -891,6 +891,11 @@ extern const char kAppListLaunchCount[]; |
| extern const char kLastAppListAppLaunchPing[]; |
| extern const char kAppListAppLaunchCount[]; |
| +#if defined(OS_CHROMEOS) |
| +extern const char kAttestationEnabled[]; |
| +extern const char kAttestationExtensionWhitelist[]; |
| +#endif |
|
Mattias Nissler (ping if slow)
2013/04/16 15:50:26
proper sorting here as well (so we're in sync with
davidyu
2013/04/17 05:39:15
Done.
|
| + |
| } // namespace prefs |
| #endif // CHROME_COMMON_PREF_NAMES_H_ |