| 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_;
|
|
|