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

Unified Diff: chrome/browser/chromeos/arc/arc_navigation_throttle.h

Issue 2335313003: Refactor IntentPickerBubbleView::ShowBubble() (Closed)
Patch Set: Address comments Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_navigation_throttle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_navigation_throttle.h
diff --git a/chrome/browser/chromeos/arc/arc_navigation_throttle.h b/chrome/browser/chromeos/arc/arc_navigation_throttle.h
index 7a9fba361c86057b970c708f38114ca8805a8fdf..6fc6b4a56106d69bc1b7c486cc838e67cbe21cc9 100644
--- a/chrome/browser/chromeos/arc/arc_navigation_throttle.h
+++ b/chrome/browser/chromeos/arc/arc_navigation_throttle.h
@@ -19,6 +19,7 @@
namespace content {
class NavigationHandle;
+class WebContents;
} // namespace content
namespace arc {
@@ -46,7 +47,7 @@ class ArcNavigationThrottle : public content::NavigationThrottle {
using NameAndIcon = std::pair<std::string, gfx::Image>;
using ShowIntentPickerCallback =
- base::Callback<void(content::NavigationHandle* handle,
+ base::Callback<void(content::WebContents* web_contents,
const std::vector<NameAndIcon>& app_info,
const base::Callback<void(size_t, CloseReason)>& cb)>;
ArcNavigationThrottle(content::NavigationHandle* navigation_handle,
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_navigation_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698