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

Unified Diff: chrome/browser/ui/browser.cc

Issue 12089102: Make most code on mac compile with enable_web_intents=0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffff Created 7 years, 11 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 | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/browser_tab_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index a715b1a6837fd488afa926fc2c3817a19536aa32..065b302240ab685413b0e224db89fd0d858bf57c 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -1590,6 +1590,7 @@ void Browser::RegisterProtocolHandler(WebContents* web_contents,
web_contents, protocol, url, title, user_gesture, window());
}
+#if defined(ENABLE_WEB_INTENTS)
void Browser::RegisterIntentHandler(
WebContents* web_contents,
const webkit_glue::WebIntentServiceData& data,
@@ -1653,6 +1654,7 @@ void Browser::WebIntentDispatch(
intents_dispatcher->GetIntent().action,
intents_dispatcher->GetIntent().type);
}
+#endif
void Browser::UpdatePreferredSize(WebContents* source,
const gfx::Size& pref_size) {
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/browser_tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698