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

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

Issue 10828172: Allow platform apps to respond to Web Intents (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added WebIntentCallbacks profile keyed class to manage callbacks Created 8 years, 4 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 2a8a6b903dba9f86f967274d4e9b3a32ca30b0ac..1e75b710bb96e72e8aac360455a56bc956cfe5e1 100644
--- a/chrome/browser/extensions/platform_app_launcher.h
+++ b/chrome/browser/extensions/platform_app_launcher.h
@@ -9,8 +9,8 @@ class CommandLine;
class FilePath;
class Profile;
-namespace webkit_glue {
-struct WebIntentData;
+namespace content {
+class WebIntentsDispatcher;
}
namespace extensions {
@@ -32,7 +32,7 @@ void LaunchPlatformApp(Profile* profile,
void LaunchPlatformAppWithWebIntent(
Profile* profile,
const Extension* extension,
- const webkit_glue::WebIntentData& web_intent_data);
+ content::WebIntentsDispatcher* intents_dispatcher);
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698