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

Unified Diff: Source/core/inspector/InspectorHighlight.cpp

Issue 1204453002: Devtools: Create layout editor experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
Index: Source/core/inspector/InspectorHighlight.cpp
diff --git a/Source/core/inspector/InspectorHighlight.cpp b/Source/core/inspector/InspectorHighlight.cpp
index 141ce470697d2a65a340439fa60941bda7eee5a5..eb532330e5be704db6db19537db3153d0f897e40 100644
--- a/Source/core/inspector/InspectorHighlight.cpp
+++ b/Source/core/inspector/InspectorHighlight.cpp
@@ -428,6 +428,7 @@ InspectorHighlightConfig InspectorHighlight::defaultConfig()
config.showInfo = true;
config.showRulers = true;
config.showExtensionLines = true;
+ config.showWYSIWYGEditor = false;
return config;
}

Powered by Google App Engine
This is Rietveld 408576698