Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index 3536896341991624d86a3d5054e483475d9a6349..b3fce10ccb0e083d0547d32d3b55aa749a98e0df 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -947,6 +947,10 @@ extern const char kPartnerBookmarkMappings[]; |
| extern const char kQuickCheckEnabled[]; |
| +extern const char kEasyUnlockEnabled[]; |
| +extern const char kEasyUnlockShowTutorial[]; |
| +extern const char kEasyUnlockPairing[]; |
|
Mattias Nissler (ping if slow)
2014/03/19 18:15:19
This should go at the end of the profile prefs sec
Tim Song
2014/03/19 23:41:37
Done.
|
| + |
| } // namespace prefs |
| #endif // CHROME_COMMON_PREF_NAMES_H_ |