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

Unified Diff: chrome/test/automation/tab_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/test/automation/browser_proxy.cc ('k') | chrome/test/automation/tab_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/automation/browser_proxy.cc ('k') | chrome/test/automation/tab_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698