Index: chrome/browser/ui/browser_tab_contents.cc |
diff --git a/chrome/browser/ui/browser_tab_contents.cc b/chrome/browser/ui/browser_tab_contents.cc |
index 4b35cc020caa006e1dd5486c780685887669c55a..23a9a665ef650c2c26cdfc11e2d3fb750d547d56 100644 |
--- a/chrome/browser/ui/browser_tab_contents.cc |
+++ b/chrome/browser/ui/browser_tab_contents.cc |
@@ -153,7 +153,9 @@ void BrowserTabContents::AttachTabHelpers(WebContents* web_contents) { |
ThreeDAPIObserver::CreateForWebContents(web_contents); |
ThumbnailTabHelper::CreateForWebContents(web_contents); |
TranslateTabHelper::CreateForWebContents(web_contents); |
+#if defined(ENABLE_WEB_INTENTS) |
WebIntentPickerController::CreateForWebContents(web_contents); |
+#endif |
ZoomController::CreateForWebContents(web_contents); |
#if defined(ENABLE_AUTOMATION) |