| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 03b79947201b5b692ed4d1f4fb4c316a5f84c113..c749ed6b02366660333e573a045fff5d0f2c3e58 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -571,6 +571,9 @@ const char kEnableDomDistiller[] = "enable-dom-distiller";
|
| // Enable Enhanced Bookmarks.
|
| const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment";
|
|
|
| +// Enables Easy Unlock to be set up and used.
|
| +extern const char kEnableEasyUnlock[] = "enable-easy-unlock";
|
| +
|
| // Enables experimentation with ephemeral apps, which are launched without
|
| // installing in Chrome.
|
| const char kEnableEphemeralApps[] = "enable-ephemeral-apps";
|
|
|