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

Unified Diff: third_party/WebKit/Source/devtools/front_end/extensions/ExtensionView.js

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/extensions/ExtensionView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionView.js b/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionView.js
index b7849648bd995f8075a08badfc20ae94de25c1c8..79e38ede2aa7b9b5679885e6559e50106ad50f5c 100644
--- a/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionView.js
+++ b/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionView.js
@@ -31,9 +31,9 @@
/**
* @unrestricted
*/
-WebInspector.ExtensionView = class extends WebInspector.Widget {
+Extensions.ExtensionView = class extends UI.Widget {
/**
- * @param {!WebInspector.ExtensionServer} server
+ * @param {!Extensions.ExtensionServer} server
* @param {string} id
* @param {string} src
* @param {string} className
@@ -81,9 +81,9 @@ WebInspector.ExtensionView = class extends WebInspector.Widget {
/**
* @unrestricted
*/
-WebInspector.ExtensionNotifierView = class extends WebInspector.VBox {
+Extensions.ExtensionNotifierView = class extends UI.VBox {
/**
- * @param {!WebInspector.ExtensionServer} server
+ * @param {!Extensions.ExtensionServer} server
* @param {string} id
*/
constructor(server, id) {

Powered by Google App Engine
This is Rietveld 408576698