diff options
author | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-09 19:53:29 +0000 |
---|---|---|
committer | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-09 19:53:29 +0000 |
commit | 3a80ea33a37398a081455f4ae8b70572c7bc80e8 (patch) | |
tree | c0a76df02501ee14bb3912d87bf88a3427a96749 /chrome/browser/browser_process.h | |
parent | dc08829586171f0d33750de889ff3ec88b63cf06 (diff) | |
download | chromium_src-3a80ea33a37398a081455f4ae8b70572c7bc80e8.zip chromium_src-3a80ea33a37398a081455f4ae8b70572c7bc80e8.tar.gz chromium_src-3a80ea33a37398a081455f4ae8b70572c7bc80e8.tar.bz2 |
Rip Out the Sidebar API
This fix removes the sidebar api and all its references from the code (primarily relating to chrome/common/extensions and chrome/browser/ui).
BUG=107646
TEST=Covered by existing tests.
Review URL: http://codereview.chromium.org/9006027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index ac56561..c683820 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -39,7 +39,6 @@ class Profile; class ProfileManager; class ResourceDispatcherHost; class SafeBrowsingService; -class SidebarManager; class StatusTray; class TabCloseableStateWatcher; class ThumbnailGenerator; @@ -96,7 +95,6 @@ class BrowserProcess { virtual MetricsService* metrics_service() = 0; virtual ProfileManager* profile_manager() = 0; virtual PrefService* local_state() = 0; - virtual SidebarManager* sidebar_manager() = 0; virtual ui::Clipboard* clipboard() = 0; virtual net::URLRequestContextGetter* system_request_context() = 0; |