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

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

Issue 2819633002: Restored Pre-Harmony Bubble title margin metrics (Closed)
Patch Set: Added SessionCrashedBubbleViewTest for bug 705907 Created 3 years, 8 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 7ab79146ef86e27d334f093763844d17a3dc4a79..40323e7fbb65c98b1d058fa0a13d514b81bccbca 100644
--- a/chrome/browser/ui/views/session_crashed_bubble_view.h
+++ b/chrome/browser/ui/views/session_crashed_bubble_view.h
@@ -37,6 +37,8 @@ class SessionCrashedBubbleView : public SessionCrashedBubble,
bool uma_opted_in_already);
private:
+ friend class SessionCrashedBubbleViewTest;
+
SessionCrashedBubbleView(views::View* anchor_view,
Browser* browser,
bool offer_uma_optin);

Powered by Google App Engine
This is Rietveld 408576698