Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h |
diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h |
index 38b652b50d4e53db1377daf3d0cd818eb68c642f..713701d55d88d73436ed5c24693cfe43fcbc28df 100644 |
--- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h |
+++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h |
@@ -11,6 +11,7 @@ |
#include "chrome/browser/ui/ash/launcher/launcher_item_controller.h" |
#include "url/gurl.h" |
+class Browser; |
class URLPattern; |
namespace aura { |
@@ -69,7 +70,7 @@ class AppShortcutLauncherItemController : public LauncherItemController { |
bool WebContentMatchesApp(const extensions::Extension* extension, |
const URLPattern& refocus_pattern, |
content::WebContents* web_contents, |
- bool is_app); |
+ Browser* browser); |
// Activate the browser with the given |content| and show the associated tab. |
void ActivateContent(content::WebContents* content); |