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

Unified Diff: ash/magnifier/partial_magnification_controller.cc

Issue 854183002: ash: Cleanup - remove unused private fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/magnifier/partial_magnification_controller.h ('k') | ash/popup_message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/magnifier/partial_magnification_controller.cc
diff --git a/ash/magnifier/partial_magnification_controller.cc b/ash/magnifier/partial_magnification_controller.cc
index 7f1d92e91af29a503c974a404ea82dafb4eb8646..e152ed9d115afa96c8afdfedd73411469c95a54f 100644
--- a/ash/magnifier/partial_magnification_controller.cc
+++ b/ash/magnifier/partial_magnification_controller.cc
@@ -38,8 +38,7 @@ const char kPartialMagniferWindowName[] = "PartialMagnifierWindow";
namespace ash {
PartialMagnificationController::PartialMagnificationController()
- : is_on_zooming_(false),
- is_enabled_(false),
+ : is_enabled_(false),
scale_(kNonPartialMagnifiedScale),
zoom_widget_(NULL) {
Shell::GetInstance()->AddPreTargetHandler(this);
« no previous file with comments | « ash/magnifier/partial_magnification_controller.h ('k') | ash/popup_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698