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

Unified Diff: chrome/test/automation/tab_proxy.h

Issue 192017: Convert std::wstring encoding names to std::string in a bunch of files. (Closed)
Patch Set: mac and linux fixes Created 11 years, 3 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 | « chrome/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/tab_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/tab_proxy.h
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index c8bb83e954f185e82abd8fefe12b9a78800afe98..e8dbe492b3eef60570a08173af00513b2868c676 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -304,10 +304,10 @@ class TabProxy : public AutomationResourceProxy {
bool WaitForNavigation(int64 last_navigation_time);
// Gets the current used encoding of the page in the tab.
- bool GetPageCurrentEncoding(std::wstring* encoding);
+ bool GetPageCurrentEncoding(std::string* encoding);
// Uses the specified encoding to override encoding of the page in the tab.
- bool OverrideEncoding(const std::wstring& encoding);
+ bool OverrideEncoding(const std::string& encoding);
#if defined(OS_WIN)
// Resizes the tab window.
« no previous file with comments | « chrome/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/tab_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698