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

Unified Diff: webkit/glue/devtools/js/devtools_host_stub.js

Issue 113836: DevTools: introduce bound object on the agent side. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « webkit/glue/devtools/js/devtools.js ('k') | webkit/glue/devtools/js/dom_agent.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/devtools_host_stub.js
===================================================================
--- webkit/glue/devtools/js/devtools_host_stub.js (revision 16977)
+++ webkit/glue/devtools/js/devtools_host_stub.js (working copy)
@@ -257,13 +257,6 @@
/**
* @constructor
*/
-RemoteNetAgentStub = function() {
-};
-
-
-/**
- * @constructor
- */
DevToolsHostStub = function() {
};
@@ -282,7 +275,6 @@
window['RemoteDebuggerCommandExecutor'] =
new RemoteDebuggerCommandExecutorStub();
window['RemoteDomAgent'] = new RemoteDomAgentStub();
- window['RemoteNetAgent'] = new RemoteNetAgentStub();
window['RemoteToolsAgent'] = new RemoteToolsAgentStub();
window['DevToolsHost'] = new DevToolsHostStub();
}
« no previous file with comments | « webkit/glue/devtools/js/devtools.js ('k') | webkit/glue/devtools/js/dom_agent.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698