| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 3536896341991624d86a3d5054e483475d9a6349..97110afc97d9d38e6fb46ae4820b021cf5465388 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -408,6 +408,10 @@ extern const char kProfileResetPromptMemento[];
|
| extern const char kGCMChannelEnabled[];
|
| extern const char kGCMRegisteredAppIDs[];
|
|
|
| +extern const char kEasyUnlockEnabled[];
|
| +extern const char kEasyUnlockShowTutorial[];
|
| +extern const char kEasyUnlockPairing[];
|
| +
|
| // Local state prefs. Please add Profile prefs above instead.
|
| extern const char kCertRevocationCheckingEnabled[];
|
| extern const char kCertRevocationCheckingRequiredLocalAnchors[];
|
|
|