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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/RequestAppBannerActionDelegate.js

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: refactor py 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/RequestAppBannerActionDelegate.js
diff --git a/third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js b/third_party/WebKit/Source/devtools/front_end/main/RequestAppBannerActionDelegate.js
similarity index 91%
rename from third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js
rename to third_party/WebKit/Source/devtools/front_end/main/RequestAppBannerActionDelegate.js
index 1221e09de1c440243e9199f344aba57607191ea7..5b2779f53b8568cb10878af78e75e0c1bd5cc45d 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/RequestAppBannerActionDelegate.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/RequestAppBannerActionDelegate.js
@@ -5,7 +5,7 @@
* @implements {UI.ActionDelegate}
* @unrestricted
*/
-Components.RequestAppBannerActionDelegate = class {
+Main.RequestAppBannerActionDelegate = class {
/**
* @override
* @param {!UI.Context} context

Powered by Google App Engine
This is Rietveld 408576698