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

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

Issue 2572653003: [DevTools] Migrate security handler to new generator. (Closed)
Patch Set: no protocol changes 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/security_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 742321598204bac9930a3ccdf3d7beed14add4fd..00f9c00b6b73a09ba19a6dd990201a466378ec38 100755
--- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
+++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
@@ -643,8 +643,7 @@ fields = []
includes = []
fields_init = []
-browser_domains_list = ["Security",
- "Target", "ServiceWorker", "Input", "Storage"]
+browser_domains_list = ["Target", "ServiceWorker", "Input", "Storage"]
browser_commands_list = []
async_commands_list = [
"Input.synthesizePinchGesture",
« no previous file with comments | « content/browser/devtools/BUILD.gn ('k') | content/browser/devtools/protocol/security_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698