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

Unified Diff: content/public/common/content_features.cc

Issue 2553153002: [DO NOT COMMIT] [DO NOT REVIEW] flip LoadingWithMojo
Patch Set: 2017-09-29 Created 3 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 7747f556321f125f297fc659809adc85a4cbfb37..de4719fae0b36c4cdbb18a752bd9193db1dd2d65 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -133,9 +133,9 @@ const base::Feature kLazyParseCSS{"LazyParseCSS",
const base::Feature kLoadingWithMojo {
"LoadingWithMojo",
#if defined(OS_ANDROID)
- base::FEATURE_DISABLED_BY_DEFAULT
-#else
base::FEATURE_ENABLED_BY_DEFAULT
+#else
+ base::FEATURE_DISABLED_BY_DEFAULT
#endif
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698