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

Unified Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2695423002: [Devtools] Added provider for NetworkLookupInterface to ProductRegistry (Closed)
Patch Set: changes Created 3 years, 10 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/externs.js
diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
index 22849bd815be4a65ceea8ea917043725ca12b305..524ed1655583fcf6508c1b0b4b6e9078756cc5f8 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -875,6 +875,8 @@ var Network = {};
/** @type {!Object} */
var NetworkConditions = {};
/** @type {!Object} */
+var NetworkGroupLookup = {};
+/** @type {!Object} */
var PerfUI = {};
/** @type {!Object} */
var Persistence = {};
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/front_end/inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698