Index: chrome/test/automation/automation_proxy.h |
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h |
index a8296200489cd07bd5805bf491da91389cf4961b..7f426cceebe8e3d8433f20252b5bdfb6f42a78be 100644 |
--- a/chrome/test/automation/automation_proxy.h |
+++ b/chrome/test/automation/automation_proxy.h |
@@ -148,9 +148,6 @@ class AutomationProxy : public IPC::Listener, public AutomationMessageSender { |
// was a problem sending the result querying RPC. |
bool GetExtensionTestResult(bool* result, std::string* message); |
- // Resets to the default theme. Returns true on success. |
- bool ResetToDefaultTheme(); |
- |
// Generic pattern for sending automation requests. |
bool SendJSONRequest(const std::string& request, |
int timeout_ms, |