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

Unified Diff: webkit/glue/devtools/tools_agent.h

Issue 264077: Convert devtools interfaces over to using WebString.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | « webkit/glue/devtools/devtools_rpc_js.h ('k') | webkit/glue/webdevtoolsagent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/tools_agent.h
===================================================================
--- webkit/glue/devtools/tools_agent.h (revision 29249)
+++ webkit/glue/devtools/tools_agent.h (working copy)
@@ -30,7 +30,7 @@
#define TOOLS_AGENT_DELEGATE_STRUCT(METHOD0, METHOD1, METHOD2, METHOD3) \
/* Updates focused node on the client. */ \
- METHOD1(FrameNavigate, std::string /* url */) \
+ METHOD1(FrameNavigate, String /* url */) \
\
/* Response to the DispatchOn*. */ \
METHOD3(DidDispatchOn, int /* call_id */, String /* result */, \
« no previous file with comments | « webkit/glue/devtools/devtools_rpc_js.h ('k') | webkit/glue/webdevtoolsagent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698