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

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

Issue 2113123002: Filters out URL clicks based on host matching only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 a859c3e71046d6165dfc581b4fdba81fdd8b21e6..34bed93e8eeb086149819b3861a7b4928ca80cde 100644
--- a/chrome/browser/chromeos/arc/arc_navigation_throttle.h
+++ b/chrome/browser/chromeos/arc/arc_navigation_throttle.h
@@ -60,6 +60,7 @@ class ArcNavigationThrottle : public content::NavigationThrottle {
void OnDisambigDialogClosed(mojo::Array<mojom::UrlHandlerInfoPtr> handlers,
size_t selected_app_index,
CloseReason close_reason);
+ bool ShouldOverrideUrlLoading();
Yusuke Sato 2016/07/01 14:05:24 Can you document the function?
malaykeshav 2016/07/01 23:20:42 Done
// A callback object that allow us to display an IntentPicker when Run() is
// executed, it also allow us to report the user's selection back to

Powered by Google App Engine
This is Rietveld 408576698