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

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

Issue 10804038: Convert cookie and download automation commands to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/common/automation_messages_internal.h ('k') | chrome/test/automation/browser_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/browser_proxy.h
diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h
index 69f97b27e7c371b5d64edddc67bc1ba7d9055e96..e501a1446ef537689819a9618503a067421e8044 100644
--- a/chrome/test/automation/browser_proxy.h
+++ b/chrome/test/automation/browser_proxy.h
@@ -41,10 +41,6 @@ class BrowserProxy : public AutomationResourceProxy {
// success.
bool BringToFront() WARN_UNUSED_RESULT;
- // Checks to see if a command is enabled or not. If the call was successful,
- // puts the result in |enabled| and returns true.
- bool IsMenuCommandEnabled(int id, bool* enabled) WARN_UNUSED_RESULT;
-
// Append a new tab to the TabStrip. The new tab is selected.
// The new tab navigates to the given tab_url.
// Returns true if successful.
@@ -159,14 +155,6 @@ class BrowserProxy : public AutomationResourceProxy {
// Finally, bookmark deletion:
bool RemoveBookmark(int64 id) WARN_UNUSED_RESULT;
- // Fills |*is_visible| with whether the browser's download shelf is currently
- // visible. The return value indicates success. On failure, |*is_visible| is
- // unchanged.
- bool IsShelfVisible(bool* is_visible) WARN_UNUSED_RESULT;
-
- // Shows or hides the download shelf.
- bool SetShelfVisible(bool is_visible) WARN_UNUSED_RESULT;
-
// Simulates a termination the browser session (as if the user logged off the
// mahine).
bool TerminateSession() WARN_UNUSED_RESULT;
« no previous file with comments | « chrome/common/automation_messages_internal.h ('k') | chrome/test/automation/browser_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698