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

Unified Diff: Source/WebCore/loader/icon/IconDatabase.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/loader/HistoryController.cpp ('k') | Source/WebCore/loader/icon/IconDatabaseBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/loader/icon/IconDatabase.h
diff --git a/Source/WebCore/loader/icon/IconDatabase.h b/Source/WebCore/loader/icon/IconDatabase.h
index a6226ddf2bfe29b75aa4eb7896ec8e98c73343b5..c21ae016fc02cdf30dbb7ff82ffdfa835eaeb527 100644
--- a/Source/WebCore/loader/icon/IconDatabase.h
+++ b/Source/WebCore/loader/icon/IconDatabase.h
@@ -105,9 +105,6 @@ public:
virtual void setEnabled(bool);
virtual bool isEnabled() const;
- virtual void setPrivateBrowsingEnabled(bool flag);
- bool isPrivateBrowsingEnabled() const;
-
static void delayDatabaseCleanup();
static void allowDatabaseCleanup();
static void checkIntegrityBeforeOpening();
@@ -153,7 +150,6 @@ private:
PageURLRecord* getOrCreatePageURLRecord(const String& pageURL);
bool m_isEnabled;
- bool m_privateBrowsingEnabled;
mutable Mutex m_syncLock;
ThreadCondition m_syncCondition;
« no previous file with comments | « Source/WebCore/loader/HistoryController.cpp ('k') | Source/WebCore/loader/icon/IconDatabaseBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698