| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 31188)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -445,8 +445,8 @@
|
| // Gets the bool value for preference with name |name|.
|
| void GetBooleanPreference(int handle,
|
| const std::wstring& name,
|
| - bool* success,
|
| - bool* value);
|
| + bool* value,
|
| + bool* success);
|
|
|
| // Sets the bool value for preference with name |name|.
|
| void SetBooleanPreference(int handle,
|
| @@ -457,6 +457,10 @@
|
| // 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,
|
|
|