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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.h

Issue 11194011: Reverting this CL because it was committed before I gave the final LGTM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.h
===================================================================
--- chrome/browser/chromeos/chrome_browser_main_chromeos.h (revision 162209)
+++ chrome/browser/chromeos/chrome_browser_main_chromeos.h (working copy)
@@ -11,7 +11,6 @@
namespace chromeos {
class BrightnessObserver;
-class MagnificationManager;
class OutputObserver;
class PowerButtonObserver;
class PowerStateOverride;
@@ -69,7 +68,6 @@
scoped_ptr<chromeos::ScreenDimmingObserver> screen_dimming_observer_;
scoped_refptr<chromeos::RemovableDeviceNotificationsCros>
removable_device_notifications_;
- scoped_ptr<chromeos::MagnificationManager> magnification_manager_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsChromeos);
};

Powered by Google App Engine
This is Rietveld 408576698