summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/WebCoreSupport/ChromeClientQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/WebCoreSupport/ChromeClientQt.h')
-rw-r--r--WebKit/qt/WebCoreSupport/ChromeClientQt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/qt/WebCoreSupport/ChromeClientQt.h b/WebKit/qt/WebCoreSupport/ChromeClientQt.h
index d18f993..56801aa 100644
--- a/WebKit/qt/WebCoreSupport/ChromeClientQt.h
+++ b/WebKit/qt/WebCoreSupport/ChromeClientQt.h
@@ -173,6 +173,7 @@ namespace WebCore {
virtual bool selectItemWritingDirectionIsNatural();
virtual PassRefPtr<PopupMenu> createPopupMenu(PopupMenuClient*) const;
virtual PassRefPtr<SearchPopupMenu> createSearchPopupMenu(PopupMenuClient*) const;
+ virtual void populateVisitedLinks();
QWebSelectMethod* createSelectPopup() const;
@@ -188,6 +189,8 @@ namespace WebCore {
bool menuBarVisible;
QEventLoop* m_eventLoop;
+ static bool dumpVisitedLinksCallbacks;
+
mutable QtPlatformPlugin m_platformPlugin;
};
}