Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 6b00c1530a33f14030e2f7a084c0552a6fc70e41..f1cc7649f1fcbeb7224e48a5f11cda3f63358a1e 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2308,4 +2308,7 @@ const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; |
| // Whether DNS Quick Check is disabled in proxy resolution. |
| const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; |
| +// Whether DNS Quick Check is disabled in proxy resolution. |
|
Joao da Silva
2014/07/14 17:11:59
Update this comment :-)
Mike Lerman
2014/07/15 14:28:12
Done.
|
| +const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled"; |
| + |
| } // namespace prefs |