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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper.h

Issue 7624012: First pass on intents options UI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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/ui/tab_contents/tab_contents_wrapper.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
index 5a553c619ce9dd3c75de9c7cdbf34bb74e2551e3..9f3815575aec83b1afff2983d5c7c25311f16442 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
@@ -247,6 +247,11 @@ class TabContentsWrapper : public TabContentsObserver,
const string16& type,
const string16& href,
const string16& title);
+ void OnWebIntentDispatch(int routing_id,
+ const string16& action,
+ const string16& type,
+ const string16& data,
+ int intent_id);
void OnSnapshot(const SkBitmap& bitmap);
void OnPDFHasUnsupportedFeature();
void OnDidBlockDisplayingInsecureContent();

Powered by Google App Engine
This is Rietveld 408576698