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

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

Issue 2879943003: DevTools: render product badges behind the setting. (Closed)
Patch Set: one more 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 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}

Powered by Google App Engine
This is Rietveld 408576698