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

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

Issue 2300403003: DevTools: patch browser's Chrome version into Chrome user agents for emulation (Closed)
Patch Set: use sprintf, default chrome version for fallback Created 4 years, 3 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/common/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/common/module.json b/third_party/WebKit/Source/devtools/front_end/common/module.json
index a7de1bc588b9071fd11b14f9231477e5987edf4e..24e7d0efa0e249a9efb79b7225c912358959be76 100644
--- a/third_party/WebKit/Source/devtools/front_end/common/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/common/module.json
@@ -25,6 +25,7 @@
"Throttler.js",
"UIString.js",
"ModuleExtensionInterfaces.js",
- "FormatterWorkerPool.js"
+ "FormatterWorkerPool.js",
+ "BrowserVersionInfo.js"
]
}

Powered by Google App Engine
This is Rietveld 408576698