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

Unified Diff: chrome/browser/ui/cocoa/translate/translate_bubble_controller.h

Issue 1975653002: add 'langauge settings' link to the translate bubble advanced view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/browser/ui/cocoa/translate/translate_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/translate/translate_bubble_controller.h b/chrome/browser/ui/cocoa/translate/translate_bubble_controller.h
index ee2ae19a62250d227aa5987d26e859ced761e98a..c00a207bf0d8deaac0fcaad78e8e1ad26fcf33d7 100644
--- a/chrome/browser/ui/cocoa/translate/translate_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/translate/translate_bubble_controller.h
@@ -40,6 +40,9 @@ class WebContents;
// The 'Cancel' button on the advanced (option) panel.
NSButton* advancedCancelButton_;
+ // The 'Language Settings' link on the advanced (option) panel.
+ NSButton* advancedLanguageSettingsLinkButton_;
+
// The 'Always translate' checkbox on the advanced (option) panel.
// This is nil when the current WebContents is in an incognito window.
NSButton* alwaysTranslateCheckbox_;

Powered by Google App Engine
This is Rietveld 408576698