| Index: chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| index f21e5b4bab730bfeab83bc9abfe0e2981496a17c..940de5757d1b4235386f3e51955c34b6acfffbba 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -183,6 +183,8 @@ class ProfileChooserView : public views::BubbleDelegateView,
|
|
|
| views::View* CreateEndPreviewView();
|
|
|
| + bool ShouldShowGoIncognito() const;
|
| +
|
| // Clean-up done after an action was performed in the ProfileChooser.
|
| void PostActionPerformed(ProfileMetrics::ProfileDesktopMenu action_performed);
|
|
|
|
|