Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: chrome/test/automation/automation_proxy.h

Issue 10836015: Convert more automation calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698