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

Unified Diff: Source/devtools/front_end/main/Main.js

Issue 644493003: DevTools: Remove InspectorFrontendAPIImpl.prototype.loadCompleted() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed obsolete code Created 6 years, 2 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/host/InspectorFrontendHost.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index cea0b01487f276d7f2a98706d7c8fd98a7ed44b7..3610f934df92819b9a72c8812b73281b2aae9eed 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -253,9 +253,6 @@ WebInspector.Main.prototype = {
WebInspector.extensionServerProxy.setFrontendReady();
- // FIXME: Remove once the upstream counterpart has landed.
- InspectorFrontendAPI.loadCompleted();
-
InspectorFrontendHost.loadCompleted();
// Give UI cycles to repaint, then proceed with creating connection.
« no previous file with comments | « Source/devtools/front_end/host/InspectorFrontendHost.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698