Chromium Code Reviews| 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 a7b69ba906eda4fec5703d2e648abfbfc73fac6a..ba45a06aa41cc6b79b1a357fcc7c003b8ca1c87c 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 |
| @@ -1,6 +1,7 @@ |
| // Copyright 2017 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| + |
| /** |
| * @return {!Promise<!ProductRegistry.Registry>} |
| */ |
| @@ -14,6 +15,7 @@ ProductRegistry.instance = function() { |
| ProductRegistry.Registry = function() {}; |
| ProductRegistry.Registry.prototype = { |
| + |
|
dgozman
2017/05/12 23:23:56
nit: extra empty lines
|
| /** |
| * @param {!Common.ParsedURL} parsedUrl |
| * @return {?string} |