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

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

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile gdi. Created 7 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/net/cookie_store_util.h
diff --git a/chrome/browser/net/cookie_store_util.h b/chrome/browser/net/cookie_store_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..d0fbaaefbeee9881e2ce82945e0ca30bd26b876c
--- /dev/null
+++ b/chrome/browser/net/cookie_store_util.h
@@ -0,0 +1,23 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_NET_COOKIE_STORE_UTIL_H_
+#define CHROME_BROWSER_NET_COOKIE_STORE_UTIL_H_
+
+class Profile;
+
+namespace net {
+class CookieMonsterDelegate;
+} // namespace net
+
+namespace chrome_browser_net {
+
+bool IsCookieRecordMode();
+bool ShouldUseInMemoryCookiesAndCache();
+
+net::CookieMonsterDelegate* CreateCookieDelegate(Profile* profile);
+
+} // namespace chrome_browser_net
+
+#endif // CHROME_BROWSER_NET_COOKIE_STORE_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698