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

Unified Diff: chrome/browser/automation/automation_util.cc

Issue 7598001: Remove the old synchronous CookieMonster API. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 4 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/browser/automation/automation_util.cc
===================================================================
--- chrome/browser/automation/automation_util.cc (revision 96178)
+++ chrome/browser/automation/automation_util.cc (working copy)
@@ -42,7 +42,7 @@
base::WaitableEvent* event,
std::string* cookies) {
context_getter->GetURLRequestContext()->cookie_store()->
- GetCookiesAsync(url,
+ GetCookiesWithOptionsAsync(url, net::CookieOptions(),
base::Bind(&GetCookiesCallback, event, cookies));
}
« no previous file with comments | « no previous file | chrome/browser/fast_shutdown_interactive_uitest.cc » ('j') | chrome/browser/fast_shutdown_interactive_uitest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698