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..83454a237a3b47e84a505d42943049cf16c9fcb7 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc |
@@ -103,7 +103,9 @@ 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(OS_ANDROID) |
web_intent_picker_controller_.reset(new WebIntentPickerController(this)); |
+#endif |
#if !defined(OS_ANDROID) |
print_view_manager_.reset(new printing::PrintViewManager(this)); |