| Index: chrome/browser/net/cookie_store_util.h
|
| diff --git a/chrome/browser/net/cookie_store_util.h b/chrome/browser/net/cookie_store_util.h
|
| index 540e3e471bd9e77cc4d04c999756e99668b8f74d..5a228ff72c342ecb3a12be1719e0afc2e6a6e4c1 100644
|
| --- a/chrome/browser/net/cookie_store_util.h
|
| +++ b/chrome/browser/net/cookie_store_util.h
|
| @@ -16,14 +16,6 @@ class CookieMonsterDelegate;
|
|
|
| namespace chrome_browser_net {
|
|
|
| -// Returns true if cookie-like storage systems should enter record mode for
|
| -// debugging.
|
| -bool IsCookieRecordMode();
|
| -
|
| -// Returns true if command line flags indicate that cookie-like storage systems
|
| -// should be forced to be in memory only.
|
| -bool ShouldUseInMemoryCookiesAndCache();
|
| -
|
| // Factory method for creating a CookieStore delegate that sends
|
| // chrome::NOTIFICATION_COOKIE_CHANGED for the given profile. This
|
| // delegate is stateless so only one is necessary per profile.
|
|
|