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

Unified Diff: chrome/browser/debugger/devtools_window.h

Issue 6312154: Remove wstring from RVH's run Javascript command.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
Index: chrome/browser/debugger/devtools_window.h
===================================================================
--- chrome/browser/debugger/devtools_window.h (revision 73855)
+++ chrome/browser/debugger/devtools_window.h (working copy)
@@ -68,7 +68,7 @@
GURL GetDevToolsUrl();
void UpdateTheme();
void AddDevToolsExtensionsToClient();
- void CallClientFunction(const std::wstring& function_name,
+ void CallClientFunction(const string16& function_name,
const Value& arg);
// Overridden from TabContentsDelegate.
virtual void OpenURLFromTab(TabContents* source,

Powered by Google App Engine
This is Rietveld 408576698