From c02ab3838f371010565d7cac859dca493160a85a Mon Sep 17 00:00:00 2001 From: "piman@chromium.org" Date: Fri, 14 Feb 2014 23:45:22 +0000 Subject: Remove Tabpose feature on mac, and supporting infrastructure (PaintAtSize) Tabpose has been behind a flag for 3 years, and UMA shows usage is very low. It is the unique user of the RenderWidgetSnapshotTaker, and the only user of RWH::PaintAtSize, which we want to remove. XIB changes: * Remove Tabpose menu entry "Show Tab Overview..." BUG=251960, 223336 R=cevans@chromium.org, jamesr@chromium.org, sky@chromium.org, viettrungluu@chromium.org Review URL: https://codereview.chromium.org/154083008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251439 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser_process_impl.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/browser/browser_process_impl.h') diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 023ee72..5e83d00 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -89,7 +89,6 @@ class BrowserProcessImpl : public BrowserProcess, virtual IconManager* icon_manager() OVERRIDE; virtual GLStringManager* gl_string_manager() OVERRIDE; virtual GpuModeManager* gpu_mode_manager() OVERRIDE; - virtual RenderWidgetSnapshotTaker* GetRenderWidgetSnapshotTaker() OVERRIDE; virtual AutomationProviderList* GetAutomationProviderList() OVERRIDE; virtual void CreateDevToolsHttpProtocolHandler( chrome::HostDesktopType host_desktop_type, @@ -241,10 +240,6 @@ class BrowserProcessImpl : public BrowserProcess, std::string locale_; - // This service just sits around and makes snapshots for renderers. It does - // nothing in the constructor so we don't have to worry about lazy init. - scoped_ptr render_widget_snapshot_taker_; - // Download status updates (like a changing application icon on dock/taskbar) // are global per-application. DownloadStatusUpdater does no work in the ctor // so we don't have to worry about lazy initialization. -- cgit v1.1