| 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}} */
|
|
|