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

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/module.json

Issue 1960663003: DevTools: introduce the Clear storage pane in the resources panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests fixed Created 4 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
Index: third_party/WebKit/Source/devtools/front_end/resources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/module.json b/third_party/WebKit/Source/devtools/front_end/resources/module.json
index 82b2209f1d4b739e66b0d96bd4cd863fb4c94b99..c4e8488878c05ff38ae0159d153602fa2dde33a4 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/resources/module.json
@@ -17,6 +17,7 @@
"scripts": [
"AppManifestView.js",
"ApplicationCacheItemsView.js",
+ "ClearStorageView.js",
"CookieItemsView.js",
"DatabaseModel.js",
"DOMStorageModel.js",
@@ -31,6 +32,7 @@
],
"resources": [
"appManifestView.css",
+ "clearStorageView.css",
"indexedDBViews.css",
"resourcesPanel.css",
"resourcesSidebar.css",

Powered by Google App Engine
This is Rietveld 408576698