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

Unified Diff: Source/WebCore/platform/network/NetworkStorageSessionStub.cpp

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/NetworkStorageSessionStub.cpp
diff --git a/Source/WebCore/platform/network/NetworkStorageSessionStub.cpp b/Source/WebCore/platform/network/NetworkStorageSessionStub.cpp
index bf840bdde7593ec85b42542b28a3727dc82b473d..9265a1622c1dced3508800d1997a4637dc3a8454 100644
--- a/Source/WebCore/platform/network/NetworkStorageSessionStub.cpp
+++ b/Source/WebCore/platform/network/NetworkStorageSessionStub.cpp
@@ -45,12 +45,6 @@ NetworkingContext* NetworkStorageSession::context() const
return m_context.get();
}
-PassOwnPtr<NetworkStorageSession> NetworkStorageSession::createPrivateBrowsingSession(const String&)
abarth-chromium 2013/04/10 18:40:03 We can probably delete this whole file. (Maybe I
-{
- ASSERT_NOT_REACHED();
- return nullptr;
-}
-
NetworkStorageSession& NetworkStorageSession::defaultStorageSession()
{
DEFINE_STATIC_LOCAL(NetworkStorageSession, session, (0));

Powered by Google App Engine
This is Rietveld 408576698