| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index fb50cb121aeddbce4ddb4ff8cd4515d390596a42..1217c9887b6a96d338ab31602118888545962f24 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -813,6 +813,11 @@ const char kWakeOnWifiSsid[] = "settings.internet.wake_on_wifi_ssid";
|
| // which allows to bypass the user's proxy for captive portal authentication.
|
| const char kCaptivePortalAuthenticationIgnoresProxy[] =
|
| "proxy.captive_portal_ignores_proxy";
|
| +
|
| +// This boolean controls whether the first window shown on first run should be
|
| +// unconditionally maximized, overriding the heuristic that normally chooses the
|
| +// window size.
|
| +const char kForceMaximizeOnFirstRun[] = "ui.force_maximize_on_first_run";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // The disabled messages in IPC logging.
|
|
|