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

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

Issue 2796703002: [Devtools] Execution context in console shows product experiment (Closed)
Patch Set: changes Created 3 years, 8 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/console_frame_product_lookup/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/console_frame_product_lookup/module.json b/third_party/WebKit/Source/devtools/front_end/console_frame_product_lookup/module.json
new file mode 100644
index 0000000000000000000000000000000000000000..e33a44dc51dc31a395caff5f913b0d37937d7916
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/console_frame_product_lookup/module.json
@@ -0,0 +1,17 @@
+{
+ "extensions": [
+ {
+ "type": "@Console.ConsoleFrameNameLookupInterface",
+ "className": "ConsoleFrameProductLookup.ProductLookup"
+ }
+ ],
+ "dependencies": [
+ "console",
+ "product_registry",
+ "sdk"
+ ],
+ "experiment": "productNameInConsoleExecutionContext",
+ "scripts": [
+ "ConsoleFrameProductLookup.js"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698