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

Unified Diff: chrome/browser/ui/browser_dialogs.h

Issue 2229943003: Reusing Ok/Cancel buttons for intent picker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a default app selection at index 0 Created 4 years, 2 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/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index ee266a5ad821ba5f79efcb2b479a5ed0cae0b555..44fbe4aa1eb3bc1ab7746b1ece6f48bd80c0e4ba 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -177,8 +177,8 @@ class ContentSettingBubbleViewsBridge {
// Return a pointer to the IntentPickerBubbleView::ShowBubble method.
using BubbleShowPtr = void (*)(
content::WebContents*,
- const std::vector<std::pair<std::basic_string<char>, gfx::Image>>&,
- const base::Callback<void(size_t,
+ const std::vector<arc::ArcNavigationThrottle::AppInfo>&,
+ const base::Callback<void(std::string,
arc::ArcNavigationThrottle::CloseReason)>&);
BubbleShowPtr ShowIntentPickerBubble();

Powered by Google App Engine
This is Rietveld 408576698