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

Unified Diff: chrome/browser/browser_process.h

Issue 1152613003: Implement sidebar support for extension action popups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/chrome_notification_types.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 1adb831bbd597ab96ec436c8fe8d0115fcf4a64a..732d72cfe3766b164dd863a79cbbc9d02b90ca5b 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -36,6 +36,7 @@ class Profile;
class ProfileManager;
class PromoResourceService;
class SafeBrowsingService;
+class SidebarManager;
class StatusTray;
class WatchDogThread;
#if defined(ENABLE_WEBRTC)
@@ -120,6 +121,7 @@ class BrowserProcess {
virtual rappor::RapporService* rappor_service() = 0;
virtual ProfileManager* profile_manager() = 0;
virtual PrefService* local_state() = 0;
+ virtual SidebarManager* sidebar_manager() = 0;
Devlin 2015/05/27 16:51:05 We almost certainly don't want to have a SidebarMa
virtual net::URLRequestContextGetter* system_request_context() = 0;
virtual chrome_variations::VariationsService* variations_service() = 0;
virtual PromoResourceService* promo_resource_service() = 0;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/chrome_notification_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698