Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3278)

Unified Diff: chrome/browser/extensions/platform_app_launcher.h

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/extensions/platform_app_browsertest.cc ('k') | chrome/browser/extensions/platform_app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698