| Index: chrome/browser/translate/translate_manager.h
|
| diff --git a/chrome/browser/translate/translate_manager.h b/chrome/browser/translate/translate_manager.h
|
| index 53faad0e5bc859ba908a558a5ba823a2df1fd96c..9870c8bfdd6732004f62239758d9430540ff9aa3 100644
|
| --- a/chrome/browser/translate/translate_manager.h
|
| +++ b/chrome/browser/translate/translate_manager.h
|
| @@ -42,9 +42,6 @@ class TranslateManager {
|
| const std::string& accept_language_pref_name);
|
| virtual ~TranslateManager();
|
|
|
| - // Returns true if the URL can be translated.
|
| - static bool IsTranslatableURL(const GURL& url);
|
| -
|
| // Returns the language to translate to. The language returned is the
|
| // first language found in the following list that is supported by the
|
| // translation service:
|
|
|