Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
=================================================================== |
--- chrome/browser/ui/tab_contents/tab_contents_wrapper.h (revision 98890) |
+++ chrome/browser/ui/tab_contents/tab_contents_wrapper.h (working copy) |
@@ -59,7 +59,6 @@ |
class TabSpecificContentSettings; |
class ThumbnailGenerator; |
class TranslateTabHelper; |
-class WebIntentPickerController; |
namespace safe_browsing { |
class ClientSideDetectionHost; |
@@ -197,10 +196,6 @@ |
return restore_tab_helper_.get(); |
} |
- WebIntentPickerController* web_intent_picker_controller() { |
- return web_intent_picker_controller_.get(); |
- } |
- |
// Overrides ----------------------------------------------------------------- |
// TabContentsObserver overrides: |
@@ -323,9 +318,6 @@ |
// Handles print job for this contents. |
scoped_ptr<printing::PrintViewManager> print_view_manager_; |
- // Handles displaying a web intents picker to the user. |
- scoped_ptr<WebIntentPickerController> web_intent_picker_controller_; |
- |
// Handles IPCs related to SafeBrowsing client-side phishing detection. |
scoped_ptr<safe_browsing::ClientSideDetectionHost> |
safebrowsing_detection_host_; |