Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3144)

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper.h

Issue 7778032: Revert 98888 - Web Intent Picker UI (implemented as a constrained dialog, linux only) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker_factory.h ('k') | chrome/browser/ui/tab_contents/tab_contents_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698