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

Unified Diff: content/public/browser/web_intents_dispatcher.h

Issue 9651020: Pass content-type resources to web intents. Goes through download, then invokes the p… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move dispatch logic client-side. Created 8 years, 9 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: content/public/browser/web_intents_dispatcher.h
diff --git a/content/public/browser/web_intents_dispatcher.h b/content/public/browser/web_intents_dispatcher.h
index ccfdf524a75cebb05cf61435afa0ebce940ec237..ab2275f8d162c7ef5fe0facde2689b297b37cda7 100644
--- a/content/public/browser/web_intents_dispatcher.h
+++ b/content/public/browser/web_intents_dispatcher.h
@@ -6,6 +6,7 @@
#define CONTENT_PUBLIC_BROWSER_WEB_INTENTS_DISPATCHER_H_
#include "base/callback.h"
+#include "content/common/content_export.h"
#include "webkit/glue/web_intent_reply_data.h"
namespace webkit_glue {

Powered by Google App Engine
This is Rietveld 408576698