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

Unified Diff: Source/WebCore/storage/StorageAreaImpl.h

Issue 14142009: 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
« no previous file with comments | « Source/WebCore/rendering/RenderSearchField.cpp ('k') | Source/WebCore/storage/StorageAreaImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/storage/StorageAreaImpl.h
diff --git a/Source/WebCore/storage/StorageAreaImpl.h b/Source/WebCore/storage/StorageAreaImpl.h
index fa82cd5ab32b38993403f03fd3b9255176aafebc..d4f041467f63226a2b5016d7301dca73077d34a1 100644
--- a/Source/WebCore/storage/StorageAreaImpl.h
+++ b/Source/WebCore/storage/StorageAreaImpl.h
@@ -78,7 +78,6 @@ private:
void blockUntilImportComplete() const;
void closeDatabaseTimerFired(Timer<StorageAreaImpl>*);
- bool disabledByPrivateBrowsingInFrame(const Frame* sourceFrame) const;
void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame);
« no previous file with comments | « Source/WebCore/rendering/RenderSearchField.cpp ('k') | Source/WebCore/storage/StorageAreaImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698