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

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

Issue 469653002: Align the checkbox with the first line of the text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 6 years, 4 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/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 417b616d72d5abfd1d3e1dd17030cbd06222c252..fdf598dda9532c2edf41a78c72d10a9c3b82d54e 100644
--- a/chrome/browser/ui/views/session_crashed_bubble_view.h
+++ b/chrome/browser/ui/views/session_crashed_bubble_view.h
@@ -98,8 +98,8 @@ class SessionCrashedBubbleView
content::WebContents* contents,
int index) OVERRIDE;
- // Create the view for user to opt in to Uma.
- void CreateUmaOptinView(views::GridLayout* layout);
+ // Create the view for the user to opt in to UMA.
+ views::View* CreateUMAOptinView();
// Restore previous session after user selects so.
void RestorePreviousSession(views::Button* sender);

Powered by Google App Engine
This is Rietveld 408576698