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

Unified Diff: webkit/glue/devtools/debugger_agent_manager.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/debugger_agent_impl.cc ('k') | webkit/glue/devtools/debugger_agent_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/debugger_agent_manager.h
===================================================================
--- webkit/glue/devtools/debugger_agent_manager.h (revision 29249)
+++ webkit/glue/devtools/debugger_agent_manager.h (working copy)
@@ -38,9 +38,9 @@
static void DebugAttach(DebuggerAgentImpl* debugger_agent);
static void DebugDetach(DebuggerAgentImpl* debugger_agent);
static void DebugBreak(DebuggerAgentImpl* debugger_agent);
- static void DebugCommand(const std::string& command);
+ static void DebugCommand(const WebCore::String& command);
- static void ExecuteDebuggerCommand(const std::string& command,
+ static void ExecuteDebuggerCommand(const WebCore::String& command,
int caller_id);
static void SetMessageLoopDispatchHandler(
WebDevToolsAgent::MessageLoopDispatchHandler handler);
@@ -76,7 +76,7 @@
static void V8DebugHostDispatchHandler();
static void OnV8DebugMessage(const v8::Debug::Message& message);
- static void SendCommandToV8(const string16& cmd,
+ static void SendCommandToV8(const WebCore::String& cmd,
v8::Debug::ClientData* data);
static void SendContinueCommandToV8();
« no previous file with comments | « webkit/glue/devtools/debugger_agent_impl.cc ('k') | webkit/glue/devtools/debugger_agent_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698