Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: content/browser/tab_contents/tab_contents_delegate.cc

Issue 6724014: Moves instant related tab contents messages into instant and out of (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/tab_contents_delegate.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index dc316fbccb3679914fcd059a0b08d1f588192a80..93b572b202c30bf51bc9dfe7de048d10a2d8b00a 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -217,16 +217,6 @@ bool TabContentsDelegate::ShouldEnablePreferredSizeNotifications() {
void TabContentsDelegate::UpdatePreferredSize(const gfx::Size& pref_size) {
}
-void TabContentsDelegate::OnSetSuggestions(
- int32 page_id,
- const std::vector<std::string>& suggestions,
- InstantCompleteBehavior behavior) {
-}
-
-void TabContentsDelegate::OnInstantSupportDetermined(int32 page_id,
- bool result) {
-}
-
void TabContentsDelegate::ContentRestrictionsChanged(TabContents* source) {
}
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698