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

Unified Diff: chrome/browser/net/evicted_domain_cookie_counter.h

Issue 280403002: Only commit cookie changes in prerenders after a prerender is shown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix sync related bug Created 6 years, 7 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/browser/net/cookie_store_util.cc ('k') | chrome/browser/net/evicted_domain_cookie_counter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/evicted_domain_cookie_counter.h
===================================================================
--- chrome/browser/net/evicted_domain_cookie_counter.h (revision 270027)
+++ chrome/browser/net/evicted_domain_cookie_counter.h (working copy)
@@ -90,6 +90,7 @@
virtual void OnCookieChanged(const net::CanonicalCookie& cookie,
bool removed,
ChangeCause cause) OVERRIDE;
+ virtual void OnLoaded() OVERRIDE;
private:
// Identifier of an evicted cookie.
« no previous file with comments | « chrome/browser/net/cookie_store_util.cc ('k') | chrome/browser/net/evicted_domain_cookie_counter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698