Chromium Code Reviews| 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 |