Chromium Code Reviews| 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)); |