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

Unified Diff: chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc

Issue 48963002: [Refactor] Move the non-browser specific logic of ImmersiveModeControllerAsh into ash part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « chrome/browser/ui/views/frame/immersive_mode_controller_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
index 3f7bf29833dc9a2896ce062f6ea27830ddb48020..70e2a436fc4556ad7195acf0b4491a9a92604aca 100644
--- a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
@@ -12,10 +12,7 @@ ImmersiveModeControllerStub::ImmersiveModeControllerStub() {
ImmersiveModeControllerStub::~ImmersiveModeControllerStub() {
}
-void ImmersiveModeControllerStub::Init(
- Delegate* delegate,
- views::Widget* widget,
- views::View* top_container) {
+void ImmersiveModeControllerStub::Init(BrowserView* browser_view) {
}
void ImmersiveModeControllerStub::SetEnabled(bool enabled) {
« no previous file with comments | « chrome/browser/ui/views/frame/immersive_mode_controller_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698