| 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;
|
|
|