| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index f56543841643a6f0b340a0b28462c54ef382dcff..b983d5cb8dad96bfabc6139b4d91d7891cce09f1 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2332,4 +2332,7 @@ const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
|
| // Whether DNS Quick Check is disabled in proxy resolution.
|
| const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
|
|
|
| +// Whether Guest Mode is enabled within the browser.
|
| +const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled";
|
| +
|
| } // namespace prefs
|
|
|