Index: content/browser/tab_contents/tab_contents_delegate.h |
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
index 42593a326adaa715a6ba6090693d1df7b4131013..a709a93975f97926909a88ff22b325e86223ae12 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.h |
+++ b/content/browser/tab_contents/tab_contents_delegate.h |
@@ -7,7 +7,6 @@ |
#pragma once |
#include <string> |
-#include <vector> |
#include "base/basictypes.h" |
#include "chrome/browser/automation/automation_resource_routing_delegate.h" |
@@ -313,14 +312,6 @@ class TabContentsDelegate : public AutomationResourceRoutingDelegate { |
// Only called if ShouldEnablePreferredSizeNotifications() returns true. |
virtual void UpdatePreferredSize(const gfx::Size& pref_size); |
- // Notifies the delegate that the page has a suggest result. |
- virtual void OnSetSuggestions(int32 page_id, |
- const std::vector<std::string>& result, |
- InstantCompleteBehavior behavior); |
- |
- // Notifies the delegate whether the page supports instant-style interaction. |
- virtual void OnInstantSupportDetermined(int32 page_id, bool result); |
- |
// Notifies the delegate that the content restrictions for this tab has |
// changed. |
virtual void ContentRestrictionsChanged(TabContents* source); |