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

Unified Diff: ash/shell.h

Issue 10407089: Revert 138212 - Implement High Contrast mode for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « ash/high_contrast/high_contrast_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
===================================================================
--- ash/shell.h (revision 138238)
+++ ash/shell.h (working copy)
@@ -53,7 +53,6 @@
class AcceleratorController;
class DesktopBackgroundController;
-class HighContrastController;
class Launcher;
class NestedDispatcherController;
class PowerButtonController;
@@ -238,14 +237,9 @@
return user_wallpaper_delegate_.get();
}
- HighContrastController* high_contrast_controller() {
- return high_contrast_controller_.get();
- }
-
internal::MagnificationController* magnification_controller() {
return magnification_controller_.get();
}
-
internal::ScreenDimmer* screen_dimmer() {
return screen_dimmer_.get();
}
@@ -354,7 +348,6 @@
scoped_ptr<internal::FocusCycler> focus_cycler_;
scoped_ptr<internal::EventClientImpl> event_client_;
scoped_ptr<internal::MonitorController> monitor_controller_;
- scoped_ptr<HighContrastController> high_contrast_controller_;
scoped_ptr<internal::MagnificationController> magnification_controller_;
scoped_ptr<internal::ScreenDimmer> screen_dimmer_;
« no previous file with comments | « ash/high_contrast/high_contrast_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698