| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 44885)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -398,7 +398,6 @@
|
| void WaitForExtensionTestResult(IPC::Message* reply_message);
|
|
|
| void InstallExtensionAndGetHandle(const FilePath& crx_path,
|
| - bool with_ui,
|
| IPC::Message* reply_message);
|
|
|
| void UninstallExtension(int extension_handle,
|
| @@ -561,9 +560,6 @@
|
| bool value,
|
| bool* success);
|
|
|
| - // Resets to the default theme.
|
| - void ResetToDefaultTheme();
|
| -
|
| // Gets the current used encoding name of the page in the specified tab.
|
| void GetPageCurrentEncoding(int tab_handle, std::string* current_encoding);
|
|
|
|
|