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

Unified Diff: chrome/browser/chromeos/external_cookie_handler_unittest.cc

Issue 521072: Attempt 2 at landing this.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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/chromeos/external_cookie_handler_unittest.cc
===================================================================
--- chrome/browser/chromeos/external_cookie_handler_unittest.cc (revision 35771)
+++ chrome/browser/chromeos/external_cookie_handler_unittest.cc (working copy)
@@ -83,6 +83,11 @@
return std::string();
}
+ virtual void DeleteCookie(const GURL& url,
+ const std::string& cookie_name) {
+ EXPECT_TRUE(false);
+ }
+
private:
std::set<std::string> cookies_;
const GURL expected_url_;
« no previous file with comments | « chrome/browser/automation/url_request_automation_job.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698