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

Unified Diff: content/browser/devtools/protocol/devtools_protocol_handler_generator.py

Issue 2572933002: [DevTools] Migrate storage domain to new generator. (Closed)
Patch Set: fixed Created 4 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
« no previous file with comments | « content/browser/devtools/BUILD.gn ('k') | content/browser/devtools/protocol/storage_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/devtools_protocol_handler_generator.py
diff --git a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
index 00f9c00b6b73a09ba19a6dd990201a466378ec38..823d2185c409f3b6aaeb4f149525bdef285f4493 100755
--- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
+++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
@@ -643,7 +643,7 @@ fields = []
includes = []
fields_init = []
-browser_domains_list = ["Target", "ServiceWorker", "Input", "Storage"]
+browser_domains_list = ["Target", "ServiceWorker", "Input"]
browser_commands_list = []
async_commands_list = [
"Input.synthesizePinchGesture",
« no previous file with comments | « content/browser/devtools/BUILD.gn ('k') | content/browser/devtools/protocol/storage_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698