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

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

Issue 813173002: [ServiceWorker] Cache inspector out from flag, style & icon changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index 1dcb454e9c3be8e5eefc149279bb94143b461c61..285193c524297aadcd192f7d6a3d0023d3cc61cc 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -142,7 +142,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("privateScriptInspection", "Private script inspection");
Runtime.experiments.register("promiseTracker", "Promise inspector");
Runtime.experiments.register("requestTimingInNetworkTimeline", "Request timing directly in Network timeline", true);
- Runtime.experiments.register("serviceWorkerCacheInspection", "ServiceWorker cache inspection", true);
vsevik 2014/12/19 07:20:48 You could just remove it altogether and remove the
dmurph 2014/12/19 21:45:06 Done.
+ Runtime.experiments.register("serviceWorkerCacheInspection", "ServiceWorker cache inspection");
Runtime.experiments.register("stepIntoAsync", "Step into async");
Runtime.experiments.register("timelineInvalidationTracking", "Timeline invalidation tracking");
Runtime.experiments.register("timelinePowerProfiler", "Timeline power profiler");

Powered by Google App Engine
This is Rietveld 408576698