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

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

Issue 2335313003: Refactor IntentPickerBubbleView::ShowBubble() (Closed)
Patch Set: 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
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..8bf7c9812546dbf06c9229203ccaff132a8c96d0 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* contents,
djacobo_ 2016/09/14 17:16:45 nit: replace contents with web_contents
Yusuke Sato 2016/09/14 18:15:54 Done.
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') | chrome/browser/ui/browser_dialogs.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698