| Index: chrome/browser/ui/views/session_crashed_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/session_crashed_bubble_view.h b/chrome/browser/ui/views/session_crashed_bubble_view.h
|
| index 9ad31ba93ef2e5686e5c1c56fa6c0800831129e9..a2d75bd18911cbf03431718071596d6d2c0a9f47 100644
|
| --- a/chrome/browser/ui/views/session_crashed_bubble_view.h
|
| +++ b/chrome/browser/ui/views/session_crashed_bubble_view.h
|
| @@ -51,12 +51,11 @@ class SessionCrashedBubbleView
|
| bool offer_uma_optin);
|
| virtual ~SessionCrashedBubbleView();
|
|
|
| - // Creates and shows the session crashed bubble, with |offer_uma_optin|
|
| - // indicating whether the UMA opt-in checkbox should be shown. Called
|
| - // by Show after checking whether the UMA option should be presented and it
|
| - // takes ownership of |browser_observer|.
|
| + // Creates and shows the session crashed bubble, with |uma_opted_in_already|
|
| + // indicating whether the user has already opted-in to UMA. It will be called
|
| + // by Show. It takes ownership of |browser_observer|.
|
| static void ShowForReal(scoped_ptr<BrowserRemovalObserver> browser_observer,
|
| - bool offer_uma_optin);
|
| + bool uma_opted_in_already);
|
|
|
| // WidgetDelegateView methods.
|
| virtual views::View* GetInitiallyFocusedView() OVERRIDE;
|
|
|