| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 7578e37f1f4b4958bb83aaae11c922d3b4035fce..ea22c58d6fb52aed9de2b31bbfba8c8859f2bd1c 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2292,4 +2292,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
|
|
|