Index: chrome/test/automation/tab_proxy.h |
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h |
index 4ce86304dc5ffa90027d2886779e89d0969deb92..cdfa0112419f4ee5cf8f5994f351a253811354d5 100644 |
--- a/chrome/test/automation/tab_proxy.h |
+++ b/chrome/test/automation/tab_proxy.h |
@@ -158,9 +158,6 @@ class TabProxy : public AutomationResourceProxy { |
bool GetCookieByName(const GURL& url, |
const std::string& name, |
std::string* cookies) WARN_UNUSED_RESULT; |
- bool SetCookie(const GURL& url, const std::string& value) WARN_UNUSED_RESULT; |
- |
- bool GetDownloadDirectory(FilePath* download_directory) WARN_UNUSED_RESULT; |
#if defined(OS_WIN) |
// The functions in this block are for external tabs, hence Windows only. |