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

Unified Diff: chrome/browser/ui/views/intent_picker_bubble_view.cc

Issue 2874493002: Make ARC's intent picker use the buttons insets. (Closed)
Patch Set: Protecting against scenarios with no widget Created 3 years, 7 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/intent_picker_bubble_view.cc
diff --git a/chrome/browser/ui/views/intent_picker_bubble_view.cc b/chrome/browser/ui/views/intent_picker_bubble_view.cc
index 9632fbf6327da47678aaf2cedd7f037f5c05542f..a86b2d9d08f409e60569dc1a5ecf220dea7ae37b 100644
--- a/chrome/browser/ui/views/intent_picker_bubble_view.cc
+++ b/chrome/browser/ui/views/intent_picker_bubble_view.cc
@@ -108,7 +108,7 @@ void IntentPickerBubbleView::ShowBubble(
delegate->set_parent_window(browser_view->GetNativeWindow());
views::Widget* widget =
views::BubbleDialogDelegateView::CreateBubble(delegate);
- delegate->GetDialogClientView()->set_button_row_insets(
+ delegate->GetDialogClientView()->SetButtonRowInsets(
gfx::Insets(kDialogDelegateInsets));
delegate->SetArrowPaintType(views::BubbleBorder::PAINT_NONE);
« no previous file with comments | « chrome/browser/ui/views/extensions/chooser_dialog_view.cc ('k') | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698