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

Unified Diff: third_party/inspector_protocol/CodeGenerator.py

Issue 2468273002: [DevTools] migrate Database, IndexedDB and CacheStorage to new style (Closed)
Patch Set: addressed comments & rebased 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 e1146ed33219b570234e5700b68c14fdc9f0afdf..a668361e7f71fa5e5f83798b8c64272397f16468 100644
--- a/third_party/inspector_protocol/CodeGenerator.py
+++ b/third_party/inspector_protocol/CodeGenerator.py
@@ -330,7 +330,7 @@ def resolve_type(protocol, prop):
def new_style(domain):
- domains = ["DOMStorage", "Rendering", "Emulation", "Network", "Memory", "Page", "LayerTree" ]
+ domains = ["DOMStorage", "Rendering", "Emulation", "Network", "Memory", "Page", "LayerTree", "Database", "IndexedDB", "CacheStorage" ]
return domain["domain"] in domains

Powered by Google App Engine
This is Rietveld 408576698