summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/loader/icon/IconDatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/loader/icon/IconDatabase.h')
-rw-r--r--Source/WebCore/loader/icon/IconDatabase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/loader/icon/IconDatabase.h b/Source/WebCore/loader/icon/IconDatabase.h
index e08dcd4..5dc8288 100644
--- a/Source/WebCore/loader/icon/IconDatabase.h
+++ b/Source/WebCore/loader/icon/IconDatabase.h
@@ -199,6 +199,9 @@ private:
bool imported();
void setImported(bool);
+ bool wasExcludedFromBackup();
+ void setWasExcludedFromBackup();
+
bool m_initialPruningComplete;
void setIconURLForPageURLInSQLDatabase(const String&, const String&);