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

Unified Diff: content/browser/tab_contents/tab_contents.h

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/browser/tab_contents/tab_contents.h
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
index 1146cd8d7676f52dd66412b9de892fda2e2b5522..fada554b2ed2cd9a9b3fb5f8bd66a8aaef9ffdee 100644
--- a/content/browser/tab_contents/tab_contents.h
+++ b/content/browser/tab_contents/tab_contents.h
@@ -39,6 +39,9 @@
namespace gfx {
class Rect;
}
+namespace webkit_glue {
+class WebIntentData;
+}
class DownloadItem;
class LoadNotificationDetails;
@@ -574,9 +577,7 @@ class CONTENT_EXPORT TabContents : public PageNavigator,
const string16& href,
const string16& title);
void OnWebIntentDispatch(const IPC::Message& message,
- const string16& action,
- const string16& type,
- const string16& data,
+ const webkit_glue::WebIntentData& intent,
int intent_id);
void OnFindReply(int request_id, int number_of_matches,
const gfx::Rect& selection_rect, int active_match_ordinal,

Powered by Google App Engine
This is Rietveld 408576698