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

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

Issue 14080005: Remove ImmersiveModeController::MaybeStartReveal() / ImmersiveModeController::CancelReveal() (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 7 years, 8 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 | « 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 124ca6880a3e3d91dc6ac7c9d327ebc635947c65..41068cde7c7a2ad821b717e374ef2b213bef0c6a 100644
--- a/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller_stub.cc
@@ -38,12 +38,6 @@ bool ImmersiveModeControllerStub::IsRevealed() const {
void ImmersiveModeControllerStub::MaybeStackViewAtTop() {
}
-void ImmersiveModeControllerStub::MaybeStartReveal() {
-}
-
-void ImmersiveModeControllerStub::CancelReveal() {
-}
-
ImmersiveModeController::RevealedLock*
ImmersiveModeControllerStub::GetRevealedLock() {
return NULL;
« 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