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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fix externs (PerfUI) Created 3 years, 11 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 8d3f1800d38047758de6caa5c232c65502450455..798da8945911d8a2f0142b6547512a5d3a1e47d5 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -861,6 +861,8 @@ var Main = {};
/** @type {!Object} */
var Network = {};
/** @type {!Object} */
+var PerfUI = {};
+/** @type {!Object} */
var Persistence = {};
/** @type {!Object} */
var Platform = {};
@@ -869,6 +871,8 @@ var Profiler = {};
/** @type {!Object} */
var Protocol = {};
/** @type {!Object} */
+var QuickOpen = {};
+/** @type {!Object} */
var Resources = {};
/** @type {!Object} */
var Sass = {};

Powered by Google App Engine
This is Rietveld 408576698