Index: chrome/browser/automation/automation_provider_observers.h |
=================================================================== |
--- chrome/browser/automation/automation_provider_observers.h (revision 73805) |
+++ chrome/browser/automation/automation_provider_observers.h (working copy) |
@@ -908,7 +908,7 @@ |
void OnSnapshotTaken(const SkBitmap& bitmap); |
// Helper method to send arbitrary javascript to the renderer for evaluation. |
- void ExecuteScript(const std::wstring& javascript); |
+ void ExecuteScript(const std::string& javascript); |
Evan Martin
2011/02/04 21:37:29
In theory this can be Unicode. (In particular, co
Nirnimesh
2011/02/04 21:59:19
+1. We have tests that might pass non-ascii
Avi (use Gerrit)
2011/02/04 23:02:11
OK
|
// Helper method to send a response back to the client. Deletes this. |
void SendMessage(bool success); |