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

Unified Diff: chrome/browser/ui/views/session_crashed_bubble_view.h

Issue 331353002: Address views session crashed bubble style nits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix right inset; remove debugging aids. Created 6 years, 6 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 | « no previous file | chrome/browser/ui/views/session_crashed_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 109ab16178aa4be656f4d3aa6274a7229777e739..9ad31ba93ef2e5686e5c1c56fa6c0800831129e9 100644
--- a/chrome/browser/ui/views/session_crashed_bubble_view.h
+++ b/chrome/browser/ui/views/session_crashed_bubble_view.h
@@ -60,6 +60,9 @@ class SessionCrashedBubbleView
// WidgetDelegateView methods.
virtual views::View* GetInitiallyFocusedView() OVERRIDE;
+ virtual base::string16 GetWindowTitle() const OVERRIDE;
+ virtual bool ShouldShowWindowTitle() const OVERRIDE;
+ virtual bool ShouldShowCloseButton() const OVERRIDE;
// views::BubbleDelegateView methods.
virtual void Init() OVERRIDE;
@@ -118,9 +121,6 @@ class SessionCrashedBubbleView
// Button for the user to confirm a session restore.
views::LabelButton* restore_button_;
- // Button for the user to close this bubble.
- views::LabelButton* close_;
-
// Checkbox for the user to opt-in to UMA reporting.
views::Checkbox* uma_option_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/session_crashed_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698