Index: net/cookies/cookie_monster.h |
diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h |
index 4fac67769602a2fb62e922c5d2a160a017484ca3..925a0bd09ce40bdad5001a67db5b601faafde304 100644 |
--- a/net/cookies/cookie_monster.h |
+++ b/net/cookies/cookie_monster.h |
@@ -635,7 +635,9 @@ class NET_EXPORT CookieMonster : public CookieStore { |
// Run all cookie changed callbacks that are monitoring |cookie|. |
// |removed| is true if the cookie was deleted. |
- void RunCookieChangedCallbacks(const CanonicalCookie& cookie, bool removed); |
+ void RunCookieChangedCallbacks(const CanonicalCookie& cookie, |
+ bool removed, |
+ CookieStore::RemovalCause cause); |
// Histogram variables; see CookieMonster::InitializeHistograms() in |
// cookie_monster.cc for details. |