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; |