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

Unified Diff: components/translate/content/browser/content_translate_driver.h

Issue 292513002: Remove dependency of TranslateInfobarDelegate on chrome/ and content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments 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
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/translate/content/browser/content_translate_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/content/browser/content_translate_driver.h
diff --git a/components/translate/content/browser/content_translate_driver.h b/components/translate/content/browser/content_translate_driver.h
index 4d545b9649b20910afec505b7f769bc1b7fdd577..1d3112d46c5605b85398d6bdb3bd62c5ac02d418 100644
--- a/components/translate/content/browser/content_translate_driver.h
+++ b/components/translate/content/browser/content_translate_driver.h
@@ -57,6 +57,7 @@ class ContentTranslateDriver : public TranslateDriver {
virtual const GURL& GetVisibleURL() OVERRIDE;
virtual bool HasCurrentPage() OVERRIDE;
virtual int GetCurrentPageID() OVERRIDE;
+ virtual void OpenUrlInNewTab(const GURL& url) OVERRIDE;
private:
// The navigation controller of the tab we are associated with.
« no previous file with comments | « chrome/common/url_constants.cc ('k') | components/translate/content/browser/content_translate_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698