| Index: chrome/browser/translate/translate_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/translate/translate_infobar_delegate.h (revision 95783)
|
| +++ chrome/browser/translate/translate_infobar_delegate.h (working copy)
|
| @@ -39,8 +39,8 @@
|
| // Factory method to create a non-error translate infobar.
|
| // The original and target language specified are the ASCII language codes
|
| // (ex: en, fr...).
|
| - // Returns NULL if it failed, typically if |original_language| or
|
| - // |target_language| is not a supported language.
|
| + // CHECK if |original_language| or |target_language| is not a supported
|
| + // language, though |original_language| can be unknown if type is TRANSLATING.
|
| static TranslateInfoBarDelegate* CreateDelegate(
|
| Type infobar_type,
|
| TabContents* tab_contents,
|
|
|