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

Unified Diff: third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistry.js

Issue 2867713006: [Devtools] Added report miss-match link to network product entries (Closed)
Patch Set: changes Created 3 years, 7 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/product_registry/ProductRegistry.js
diff --git a/third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistry.js b/third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistry.js
index 66f431c8833ef2ec21d474b637ec4a8314da162d..a7b69ba906eda4fec5703d2e648abfbfc73fac6a 100644
--- a/third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistry.js
+++ b/third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistry.js
@@ -30,13 +30,7 @@ ProductRegistry.Registry.prototype = {
* @param {!Common.ParsedURL} parsedUrl
* @return {?number}
*/
- typeForUrl: function(parsedUrl) {},
-
- /**
- * @param {!SDK.ResourceTreeFrame} frame
- * @return {?ProductRegistry.Registry.ProductEntry}
- */
- entryForFrame: function(frame) {}
+ typeForUrl: function(parsedUrl) {}
};
/** @typedef {!{name: string, type: ?number}} */

Powered by Google App Engine
This is Rietveld 408576698