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

Unified Diff: components/translate/core/browser/translate_client.h

Issue 284313008: Move TranslateInfoBarDelegate and OptionsMenuModel to the Translate component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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
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..2c05dea66126e87b0291292ee384fd8bcbfed332 100644
--- a/components/translate/core/browser/translate_client.h
+++ b/components/translate/core/browser/translate_client.h
@@ -51,6 +51,9 @@ class TranslateClient {
// a language detection error, to the user to allow them to report language
// detection errors as desired.
virtual void ShowReportLanguageDetectionErrorUI(const GURL& report_url) = 0;
+
+ // Returns the resource ID of the icon to be shown for the Translate infobars.
Peter Kasting 2014/05/21 20:38:24 Nit: I wonder if this should be listed higher up,
droger 2014/05/22 12:33:37 Done.
+ virtual int GetInfobarIconID() const = 0;
};
#endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698