Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: chrome/common/chrome_switches.cc

Issue 306823002: Flip --enable-apps-show-on-first-paint flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tests Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/app_current_window_internal.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/app_current_window_internal.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698