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

Unified Diff: Source/WebCore/platform/network/NetworkStorageSession.h

Issue 13861033: Remove Apple's unused implementation of private browsing from WebCore (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/WebCore/platform/network/NetworkStorageSession.h
diff --git a/Source/WebCore/platform/network/NetworkStorageSession.h b/Source/WebCore/platform/network/NetworkStorageSession.h
index cceb152f83ecd7d7870c523ed7b076f71c8f84a6..1c1363125d01c08ad65ee54f5b3b83c8a2992f06 100644
--- a/Source/WebCore/platform/network/NetworkStorageSession.h
+++ b/Source/WebCore/platform/network/NetworkStorageSession.h
@@ -38,7 +38,6 @@ class NetworkStorageSession {
public:
static NetworkStorageSession& defaultStorageSession();
static PassOwnPtr<NetworkStorageSession> createDefaultSession(const String& identifierBase = String());
- static PassOwnPtr<NetworkStorageSession> createPrivateBrowsingSession(const String& identifierBase);
static void switchToNewTestingSession();

Powered by Google App Engine
This is Rietveld 408576698