Index: chrome/browser/extensions/platform_app_launcher.h |
diff --git a/chrome/browser/extensions/platform_app_launcher.h b/chrome/browser/extensions/platform_app_launcher.h |
index ae9cfa53b8867b41d25cac54a31e278eb02763ad..c301c4542b40a896f0ada0bfe1083753dd140656 100644 |
--- a/chrome/browser/extensions/platform_app_launcher.h |
+++ b/chrome/browser/extensions/platform_app_launcher.h |
@@ -16,7 +16,6 @@ class FilePath; |
namespace content { |
class WebContents; |
-class WebIntentsDispatcher; |
} |
namespace extensions { |
@@ -45,17 +44,6 @@ void LaunchPlatformAppWithFileHandler(Profile* profile, |
const std::string& handler_id, |
const base::FilePath& file_path); |
-#if defined(ENABLE_WEB_INTENTS) |
-// Launches the platform app |extension| with the supplied web intent. Creates |
-// appropriate launch data for the |web_intent_data| field present. |extension| |
-// and |profile| must not be NULL. |
-void LaunchPlatformAppWithWebIntent( |
- Profile* profile, |
- const Extension* extension, |
- content::WebIntentsDispatcher* intents_dispatcher, |
- content::WebContents* source); |
-#endif |
- |
} // namespace extensions |
#endif // CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_LAUNCHER_H_ |