| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 2d1d0447783e9e1c1d87829967d5acb8b25b2276..b231a17b1b27d48b666c7d9099e652406711c53e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1301,6 +1301,15 @@ const char kGCMChannelEnabled[] = "gcm.channel_enabled";
|
| // Registered GCM application ids.
|
| const char kGCMRegisteredAppIDs[] = "gcm.register_app_ids";
|
|
|
| +// Whether Easy Unlock is enabled.
|
| +extern const char kEasyUnlockEnabled[] = "easy_unlock.enabled";
|
| +
|
| +// Whether to show the Easy Unlock first run tutorial.
|
| +extern const char kEasyUnlockShowTutorial[] = "easy_unlock.show_tutorial";
|
| +
|
| +// Preference storing Easy Unlock pairing data.
|
| +extern const char kEasyUnlockPairing[] = "easy_unlock.pairing";
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
| @@ -2672,4 +2681,5 @@ const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
|
|
|
| // Whether DNS Quick Check is disabled in proxy resolution.
|
| const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
|
| +
|
| } // namespace prefs
|
|
|