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

Unified Diff: content/browser/tab_contents/tab_contents_delegate.cc

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix class/struct decl Created 9 years, 3 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
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.h ('k') | content/common/intents_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/tab_contents_delegate.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index bd8e9ff6e83b760a5f3145ed9900edb71877a23d..6877f7955199c9086dcc0153b07f3d177c805be2 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -11,6 +11,7 @@
#include "content/browser/tab_contents/tab_contents.h"
#include "content/common/url_constants.h"
#include "ui/gfx/rect.h"
+#include "webkit/glue/web_intent_data.h"
TabContentsDelegate::TabContentsDelegate() {
}
@@ -309,12 +310,11 @@ void TabContentsDelegate::RegisterIntentHandler(TabContents* tab,
const string16& title) {
}
-void TabContentsDelegate::WebIntentDispatch(TabContents* tab,
- int routing_id,
- const string16& action,
- const string16& type,
- const string16& data,
- int intent_id) {
+void TabContentsDelegate::WebIntentDispatch(
+ TabContents* tab,
+ int routing_id,
+ const webkit_glue::WebIntentData& intent,
+ int intent_id) {
}
void TabContentsDelegate::FindReply(TabContents* tab,
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.h ('k') | content/common/intents_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698