Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc |
diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc |
index 7cf45541a7072816ac7a37d7b507fb386c547ab3..277c57376000cb1a0e597120e83fa4ad80d161a5 100644 |
--- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc |
+++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc |
@@ -265,8 +265,8 @@ bool AppShortcutLauncherItemController::WebContentMatchesApp( |
refocus_pattern.MatchesURL(tab_url)) || |
(extension->OverlapsWithOrigin(tab_url) && |
extension->web_extent().MatchesURL(tab_url)) || |
- launcher_controller()->GetPerAppInterface()-> |
- IsWebContentHandledByApplication(web_contents, app_id())); |
+ app_controller_->IsWebContentHandledByApplication(web_contents, |
+ app_id())); |
} |
void AppShortcutLauncherItemController::ActivateContent( |