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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline 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/ExecutionContextSelector.js
diff --git a/third_party/WebKit/Source/devtools/front_end/components/ExecutionContextSelector.js b/third_party/WebKit/Source/devtools/front_end/main/ExecutionContextSelector.js
similarity index 98%
rename from third_party/WebKit/Source/devtools/front_end/components/ExecutionContextSelector.js
rename to third_party/WebKit/Source/devtools/front_end/main/ExecutionContextSelector.js
index e791e653e67152bd1c5e30860213fbb28e1ba91f..87633ac73f2d99c4667cf4ca4f951d51c85a2a7d 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/ExecutionContextSelector.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/ExecutionContextSelector.js
@@ -5,7 +5,7 @@
* @implements {SDK.TargetManager.Observer}
* @unrestricted
*/
-Components.ExecutionContextSelector = class {
+Main.ExecutionContextSelector = class {
/**
* @param {!SDK.TargetManager} targetManager
* @param {!UI.Context} context
@@ -36,7 +36,7 @@ Components.ExecutionContextSelector = class {
setImmediate(deferred.bind(this));
/**
- * @this {Components.ExecutionContextSelector}
+ * @this {Main.ExecutionContextSelector}
*/
function deferred() {
// We always want the second context for the service worker targets.

Powered by Google App Engine
This is Rietveld 408576698