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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/Main.js

Issue 2884133002: [DevTools] Enable audits2 by default (Closed)
Patch Set: rebased Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index 98a83d1599759f83b02843c24a5c6441227c0a01..a39a0f6c56178ec2bc7b0e697fd2941695c4accd 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -139,7 +139,7 @@ Main.Main = class {
}
Runtime.experiments.setDefaultExperiments(
- ['continueToLocationMarkers', 'autoAttachToCrossProcessSubframes', 'objectPreviews']);
+ ['continueToLocationMarkers', 'autoAttachToCrossProcessSubframes', 'objectPreviews', 'audits2']);
}
/**
« 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