| Index: components/translate/core/browser/translate_client.h
|
| diff --git a/components/translate/core/browser/translate_client.h b/components/translate/core/browser/translate_client.h
|
| index 6a2c3775ea5523aed040ca3c32f6f6c5344269e2..9e4304db6605d49d42d6ee11c39fba1d39f5c275 100644
|
| --- a/components/translate/core/browser/translate_client.h
|
| +++ b/components/translate/core/browser/translate_client.h
|
| @@ -36,6 +36,9 @@ class TranslateClient {
|
| // Returns the associated TranslateAcceptLanguages.
|
| virtual TranslateAcceptLanguages* GetTranslateAcceptLanguages() = 0;
|
|
|
| + // Returns the resource ID of the icon to be shown for the Translate infobars.
|
| + virtual int GetInfobarIconID() const = 0;
|
| +
|
| // Called when the embedder should present UI to the user corresponding to the
|
| // user's current |step|.
|
| virtual void ShowTranslateUI(translate::TranslateStep step,
|
|
|