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

Unified Diff: ash/system/chromeos/rotation/tray_rotation_lock.h

Issue 2696703005: Make RotationLockDefaultView inherit directly from ActionableView (Closed)
Patch Set: Rebased Created 3 years, 10 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 | ash/system/chromeos/rotation/tray_rotation_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/rotation/tray_rotation_lock.h
diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.h b/ash/system/chromeos/rotation/tray_rotation_lock.h
index 0576f427f559594edfac90fabbab935897a31ad0..109376c98058f0e393c28c76eebaf31d3b550693 100644
--- a/ash/system/chromeos/rotation/tray_rotation_lock.h
+++ b/ash/system/chromeos/rotation/tray_rotation_lock.h
@@ -56,15 +56,6 @@ class ASH_EXPORT TrayRotationLock
// currently observing.
void StopObservingRotation();
- // Removes TrayRotationLock as a ShellObserver if currently observing.
- void StopObservingShell();
-
- // True while added as a ScreenOrientationController::Observer.
- bool observing_rotation_;
-
- // True while added as a ShellObserver.
- bool observing_shell_;
-
DISALLOW_COPY_AND_ASSIGN(TrayRotationLock);
};
« no previous file with comments | « no previous file | ash/system/chromeos/rotation/tray_rotation_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698