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

Unified Diff: third_party/inspector_protocol/CodeGenerator.py

Issue 2468233003: [DevTools] Migrate Accessibility, Log, Worker to new style (Closed)
Patch Set: addressed comments Created 4 years, 1 month 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/inspector_protocol/CodeGenerator.py
diff --git a/third_party/inspector_protocol/CodeGenerator.py b/third_party/inspector_protocol/CodeGenerator.py
index 9ed186998fc178daa7b04e3d2e16568068c63f55..90ce726f9a4773b22604ae1b149f3c8f46d46cc5 100644
--- a/third_party/inspector_protocol/CodeGenerator.py
+++ b/third_party/inspector_protocol/CodeGenerator.py
@@ -330,9 +330,7 @@ def resolve_type(protocol, prop):
def new_style(domain):
- domains = ["DOMStorage", "Rendering", "Emulation", "Network", "Memory", "Page", "LayerTree", "Database", "IndexedDB", "CacheStorage", "DOM", "CSS",
- "ApplicationCache", "DOMDebugger", "Input", "DeviceOrientation", "Tracing", "Animation" ]
- return domain["domain"] in domains
+ return True
def join_arrays(dict, keys):

Powered by Google App Engine
This is Rietveld 408576698