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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/GCActionDelegate.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/main/GCActionDelegate.js
diff --git a/third_party/WebKit/Source/devtools/front_end/components_lazy/GCActionDelegate.js b/third_party/WebKit/Source/devtools/front_end/main/GCActionDelegate.js
similarity index 92%
rename from third_party/WebKit/Source/devtools/front_end/components_lazy/GCActionDelegate.js
rename to third_party/WebKit/Source/devtools/front_end/main/GCActionDelegate.js
index 966002dd4af4fed381386f5c5b11e31cd5c1c829..110bf1092e8c89b4e0e94b189ac26255e05d469a 100644
--- a/third_party/WebKit/Source/devtools/front_end/components_lazy/GCActionDelegate.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/GCActionDelegate.js
@@ -5,7 +5,7 @@
/**
* @implements {UI.ActionDelegate}
*/
-Components.GCActionDelegate = class {
+Main.GCActionDelegate = class {
/**
* @override
* @param {!UI.Context} context

Powered by Google App Engine
This is Rietveld 408576698