| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index eea06980182667133b553b1d4978474a71df3f31..bb8d9bc1bb833bafbba8dba5749b3cda80a2d9db 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -213,6 +213,10 @@ const char kDiagnosticsFormat[] = "diagnostics-format";
|
| // Tells the diagnostics mode to do the requested recovery step(s).
|
| const char kDiagnosticsRecovery[] = "diagnostics-recovery";
|
|
|
| +// Disables showing apps windows after the first paint. Windows will be shown
|
| +// sooner but will first display a blank white page.
|
| +const char kDisableAppsShowOnFirstPaint[] = "disable-apps-show-on-first-paint";
|
| +
|
| // Disables the experimental asynchronous DNS client.
|
| const char kDisableAsyncDns[] = "disable-async-dns";
|
|
|
| @@ -305,7 +309,7 @@ const char kDisableMinimizeOnSecondLauncherItemClick[] =
|
| const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
|
|
|
| // Disable auto-reload of error pages if offline.
|
| -const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";
|
| +const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";
|
|
|
| // Disable the origin chip.
|
| const char kDisableOriginChip[] = "disable-origin-chip";
|
| @@ -446,11 +450,6 @@ const char kEnableAppWindowControls[] = "enable-app-window-controls";
|
| // Enable OS integration for Chrome app file associations.
|
| const char kEnableAppsFileAssociations[] = "enable-apps-file-associations";
|
|
|
| -// Show apps windows after the first paint. Windows will be shown significantly
|
| -// later for heavy apps loading resources synchronously but it will be
|
| -// insignificant for apps that load most of their resources asynchronously.
|
| -const char kEnableAppsShowOnFirstPaint[] = "enable-apps-show-on-first-paint";
|
| -
|
| // Enables the experimental asynchronous DNS client.
|
| const char kEnableAsyncDns[] = "enable-async-dns";
|
|
|
|
|