diff options
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index ca2d611..6543a2f 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -432,12 +432,12 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>, bool* success); // Gets the current used encoding name of the page in the specified tab. - void GetPageCurrentEncoding(int tab_handle, std::wstring* current_encoding); + void GetPageCurrentEncoding(int tab_handle, std::string* current_encoding); // Uses the specified encoding to override the encoding of the page in the // specified tab. void OverrideEncoding(int tab_handle, - const std::wstring& encoding_name, + const std::string& encoding_name, bool* success); void SavePackageShouldPromptUser(bool should_prompt); |