Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
index e11f3a283eee37e630a10ccedbcea4d9789f5c90..0c0f98a583d47c035727efba4fc9f5cdec265472 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
@@ -103,7 +103,10 @@ TabContentsWrapper::TabContentsWrapper(WebContents* contents) |
synced_tab_delegate_.reset(new TabContentsWrapperSyncedTabDelegate(this)); |
content_settings_.reset(new TabSpecificContentSettings(contents)); |
translate_tab_helper_.reset(new TranslateTabHelper(contents)); |
+ |
+#if defined(ENABLE_WEB_INTENTS) |
web_intent_picker_controller_.reset(new WebIntentPickerController(this)); |
+#endif |
#if !defined(OS_ANDROID) |
print_view_manager_.reset(new printing::PrintViewManager(this)); |