Index: chrome/browser/automation/automation_provider.h |
=================================================================== |
--- chrome/browser/automation/automation_provider.h (revision 44838) |
+++ chrome/browser/automation/automation_provider.h (working copy) |
@@ -398,6 +398,7 @@ |
void WaitForExtensionTestResult(IPC::Message* reply_message); |
void InstallExtensionAndGetHandle(const FilePath& crx_path, |
+ bool with_ui, |
IPC::Message* reply_message); |
void UninstallExtension(int extension_handle, |
@@ -560,6 +561,9 @@ |
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); |