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

Unified Diff: Source/devtools/front_end/common/WebInspector.js

Issue 426553003: [DevTools] Run tests only after all UI bits are initialized. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: renamed to InspectorUILoadedForTests Created 6 years, 5 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
« no previous file with comments | « Source/devtools/front_end/common/NotificationService.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/common/WebInspector.js
diff --git a/Source/devtools/front_end/common/WebInspector.js b/Source/devtools/front_end/common/WebInspector.js
index b13cc30c39b3c2f847a6485a7969142e8bdd62f4..2350f14a9f48e5ca442a0caf53d66f93f2526e62 100644
--- a/Source/devtools/front_end/common/WebInspector.js
+++ b/Source/devtools/front_end/common/WebInspector.js
@@ -8,10 +8,6 @@ self.WebInspector = {
_queryParamsObject: {}
}
-WebInspector.Events = {
- InspectorLoaded: "InspectorLoaded"
-}
-
/**
* @param {string} name
* @return {?string}
« no previous file with comments | « Source/devtools/front_end/common/NotificationService.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698