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

Unified Diff: chrome/browser/tab_contents/infobar_delegate.h

Issue 2602003: Refactored the translate infobars. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Synced Created 10 years, 6 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
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/infobar_delegate.h
diff --git a/chrome/browser/tab_contents/infobar_delegate.h b/chrome/browser/tab_contents/infobar_delegate.h
index 3c8b7145468a767f1784bf83329864444fe36821..fc18cabdd5e001d33492dd2ae5ad49af4d38e6ae 100644
--- a/chrome/browser/tab_contents/infobar_delegate.h
+++ b/chrome/browser/tab_contents/infobar_delegate.h
@@ -16,6 +16,7 @@ class ConfirmInfoBarDelegate;
class CrashedExtensionInfoBarDelegate;
class ExtensionInfoBarDelegate;
class TranslateInfoBarDelegate;
+class TranslateInfoBarDelegate2;
class InfoBar;
class LinkInfoBarDelegate;
class SkBitmap;
@@ -111,6 +112,9 @@ class InfoBarDelegate {
virtual TranslateInfoBarDelegate* AsTranslateInfoBarDelegate() {
return NULL;
}
+ virtual TranslateInfoBarDelegate2* AsTranslateInfoBarDelegate2() {
+ return NULL;
+ }
// Returns a pointer to the ExtensionInfoBarDelegate interface, if
// implemented.
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698