| Index: chrome/test/automation/automation_proxy.h
|
| diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
|
| index c205b4a5da2699fecf4b5dbb13b8345c3935c5f6..d98a9fb121839ae64cf775818539632ae8cc5ac0 100644
|
| --- a/chrome/test/automation/automation_proxy.h
|
| +++ b/chrome/test/automation/automation_proxy.h
|
| @@ -206,10 +206,6 @@ class AutomationProxy : public IPC::Channel::Listener,
|
| // Asserts that the next extension test result is true.
|
| void EnsureExtensionTestResult();
|
|
|
| - // Gets a list of all enabled extensions' base directories.
|
| - // Returns true on success.
|
| - bool GetEnabledExtensions(std::vector<FilePath>* extension_directories);
|
| -
|
| // Resets to the default theme. Returns true on success.
|
| bool ResetToDefaultTheme();
|
|
|
|
|