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 a6684330a21478c904e8cd74db832f94641ebdee..365ca3a3e649da561361c622e4ca61c0e4c8b430 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
@@ -116,10 +116,7 @@ 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)); |