summaryrefslogtreecommitdiffstats
path: root/src/core/touch_selection_controller_client_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/touch_selection_controller_client_qt.h')
-rw-r--r--src/core/touch_selection_controller_client_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/touch_selection_controller_client_qt.h b/src/core/touch_selection_controller_client_qt.h
index cdc45cac3..0d8dcf696 100644
--- a/src/core/touch_selection_controller_client_qt.h
+++ b/src/core/touch_selection_controller_client_qt.h
@@ -73,6 +73,8 @@ public:
bool IsCommandIdEnabled(int command_id) const override;
void ExecuteCommand(int command_id, int event_flags) override;
void RunContextMenu() override;
+ bool ShouldShowQuickMenu() override { return false; }
+ base::string16 GetSelectedText() override { return base::string16(); }
// content::TouchSelectionControllerClientManager overrides
void DidStopFlinging() override;