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

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

Issue 7461093: Web Intents: Preparatory work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pkasting fix 3. Created 9 years, 5 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 59245b8b34ce517e60894b027af2dcdedd42c14d..d8884233e9e0a594cccf3b98695f69ffa3d34836 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
@@ -236,6 +236,10 @@ class TabContentsWrapper : public TabContentsObserver,
void OnRegisterProtocolHandler(const std::string& protocol,
const GURL& url,
const string16& title);
+ void OnRegisterIntentHandler(const string16& action,
+ const string16& type,
+ const string16& href,
+ const string16& title);
void OnSnapshot(const SkBitmap& bitmap);
void OnPDFHasUnsupportedFeature();
void OnDidBlockDisplayingInsecureContent();

Powered by Google App Engine
This is Rietveld 408576698