Index: chrome/browser/ui/extensions/application_launch.h |
diff --git a/chrome/browser/ui/extensions/application_launch.h b/chrome/browser/ui/extensions/application_launch.h |
index fb91d7c0849fa18540377c13f0082e3d179a8cdf..0fa5eea1d41042830c45c07bf1bd9afe01b44867 100644 |
--- a/chrome/browser/ui/extensions/application_launch.h |
+++ b/chrome/browser/ui/extensions/application_launch.h |
@@ -96,4 +96,6 @@ content::WebContents* OpenApplication(const AppLaunchParams& params); |
content::WebContents* OpenAppShortcutWindow(Profile* profile, |
const GURL& url); |
+bool LaunchesViaEvent(const extensions::Extension* extension); |
not at google - send to devlin
2014/05/01 20:55:06
comment pls.
"CanLaunchViaEvent" would be a sligh
benwells
2014/05/02 00:58:52
Done.
|
+ |
#endif // CHROME_BROWSER_UI_EXTENSIONS_APPLICATION_LAUNCH_H_ |