summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents.h')
-rw-r--r--chrome/browser/tab_contents.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents.h b/chrome/browser/tab_contents.h
index e83cd72..5a56f5e 100644
--- a/chrome/browser/tab_contents.h
+++ b/chrome/browser/tab_contents.h
@@ -263,10 +263,6 @@ class TabContents : public PageNavigator,
void AddConstrainedPopup(TabContents* new_contents,
const gfx::Rect& initial_pos);
- // Find functions: subclasses should override to implement "Find" in a
- // sensible way for their content types
- virtual bool CanFind() const { return false; }
-
// An asynchronous call to trigger the string search in the page.
// It sends an IPC message to the Renderer that handles the string
// search, selecting the matches and setting the caret positions.