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

Unified Diff: chrome/browser/about_flags.cc

Issue 55293003: Defer app window appearance until first paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge issue Created 7 years, 1 month 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 4ef2cce21c70e57ae2b0e5d7a4dc8fdfaa7d6b0a..eac234b7ec0144206891efb40277706baf2ee3d8 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1846,6 +1846,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(views::switches::kViewsUseRectBasedTargeting)
},
#endif
+ {
+ "enable-apps-show-on-first-paint",
+ IDS_FLAGS_ENABLE_APPS_SHOW_ON_FIRST_PAINT_NAME,
+ IDS_FLAGS_ENABLE_APPS_SHOW_ON_FIRST_PAINT_DESCRIPTION,
+ kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kEnableAppsShowOnFirstPaint)
+ },
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698