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

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: Nits 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..86e844f10dd184eb3c9d49f494d8b00134cde66d 100644
--- a/chrome/browser/ui/views/session_crashed_bubble_view.h
+++ b/chrome/browser/ui/views/session_crashed_bubble_view.h
@@ -99,7 +99,7 @@ class SessionCrashedBubbleView
int index) OVERRIDE;
// Create the view for user to opt in to Uma.
msw 2014/08/26 20:19:37 nit: "for the user", s/Uma/UMA.
yao 2014/08/27 23:07:03 Done.
- void CreateUmaOptinView(views::GridLayout* layout);
+ views::View* CreateUmaOptinView();
msw 2014/08/26 20:19:37 nit: capitalize UMA in the function name, that see
yao 2014/08/27 23:07:03 Done.
// Restore previous session after user selects so.
void RestorePreviousSession(views::Button* sender);

Powered by Google App Engine
This is Rietveld 408576698