| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index ca7da10d2333c7e7954bf94bea763e400552d3fb..57f772ae95344f8f06e00e25b41fcd1b9d0d83b6 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -795,10 +795,6 @@ class TabContents : public PageNavigator,
|
| const std::string& original_lang,
|
| const std::string& translated_lang,
|
| TranslateErrors::Type error_type);
|
| - void OnSetSuggestions(int32 page_id,
|
| - const std::vector<std::string>& suggestions,
|
| - InstantCompleteBehavior behavior);
|
| - void OnInstantSupportDetermined(int32 page_id, bool result);
|
|
|
| // Changes the IsLoading state and notifies delegate as needed
|
| // |details| is used to provide details on the load that just finished
|
|
|