Index: chrome/browser/automation/automation_provider.h |
=================================================================== |
--- chrome/browser/automation/automation_provider.h (revision 31464) |
+++ chrome/browser/automation/automation_provider.h (working copy) |
@@ -447,8 +447,8 @@ |
// Gets the bool value for preference with name |name|. |
void GetBooleanPreference(int handle, |
const std::wstring& name, |
- bool* value, |
- bool* success); |
+ bool* success, |
+ bool* value); |
// Sets the bool value for preference with name |name|. |
void SetBooleanPreference(int handle, |
@@ -459,10 +459,6 @@ |
// Gets the current used encoding name of the page in the specified tab. |
void GetPageCurrentEncoding(int tab_handle, std::string* current_encoding); |
- // Toggles the encoding auto-detect setting on the given tab |
- void ToggleEncodingAutoDetect(int tab_handle, |
- bool* success); |
- |
// Uses the specified encoding to override the encoding of the page in the |
// specified tab. |
void OverrideEncoding(int tab_handle, |