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

Unified Diff: ash/ash_touch_exploration_manager_chromeos.h

Issue 2535723008: Revert "Toggle spoken feedback if two fingers are held down." (Closed)
Patch Set: Don't revert metrics changes Created 4 years 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/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_touch_exploration_manager_chromeos.h
diff --git a/ash/ash_touch_exploration_manager_chromeos.h b/ash/ash_touch_exploration_manager_chromeos.h
index 8b2aa00018cf3be2902d51482b7a12e68cab54d3..9377059529082610cff0b1f321d6fbc34c85e6bc 100644
--- a/ash/ash_touch_exploration_manager_chromeos.h
+++ b/ash/ash_touch_exploration_manager_chromeos.h
@@ -10,7 +10,6 @@
#include "ash/ash_export.h"
#include "ash/common/system/accessibility_observer.h"
#include "base/macros.h"
-#include "ui/chromeos/touch_accessibility_enabler.h"
#include "ui/chromeos/touch_exploration_controller.h"
#include "ui/display/display_observer.h"
#include "ui/wm/public/activation_change_observer.h"
@@ -29,7 +28,6 @@ class RootWindowController;
class ASH_EXPORT AshTouchExplorationManager
: public AccessibilityObserver,
public ui::TouchExplorationControllerDelegate,
- public ui::TouchAccessibilityEnablerDelegate,
public display::DisplayObserver,
public aura::client::ActivationChangeObserver {
public:
@@ -54,10 +52,6 @@ class ASH_EXPORT AshTouchExplorationManager
void OnDisplayMetricsChanged(const display::Display& display,
uint32_t changed_metrics) override;
- // TouchAccessibilityEnablerDelegate overrides:
- void PlaySpokenFeedbackToggleCountdown(int tick_count) override;
- void ToggleSpokenFeedback() override;
-
// aura::client::ActivationChangeObserver overrides:
void OnWindowActivated(
aura::client::ActivationChangeObserver::ActivationReason reason,
@@ -73,7 +67,6 @@ class ASH_EXPORT AshTouchExplorationManager
bool VolumeAdjustSoundEnabled();
std::unique_ptr<ui::TouchExplorationController> touch_exploration_controller_;
- std::unique_ptr<ui::TouchAccessibilityEnabler> touch_accessibility_enabler_;
RootWindowController* root_window_controller_;
chromeos::CrasAudioHandler* audio_handler_;
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698