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

Unified Diff: chrome/browser/chromeos/system/input_device_settings.h

Issue 2110833003: MD Settings: Add mouse settings, update pointer settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PointersFake
Patch Set: Created 4 years, 6 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/system/input_device_settings.h
diff --git a/chrome/browser/chromeos/system/input_device_settings.h b/chrome/browser/chromeos/system/input_device_settings.h
index 4c4895c706cd13bf2c1839f4c91c052f693c7523..8f9f529e35dcdf6a4d68e4ccbe627583a2afd1d8 100644
--- a/chrome/browser/chromeos/system/input_device_settings.h
+++ b/chrome/browser/chromeos/system/input_device_settings.h
@@ -169,6 +169,9 @@ class CHROMEOS_EXPORT InputDeviceSettings {
// NULL to this method.
static void SetSettingsForTesting(FakeInputDeviceSettings* test_settings);
+ // Returns true if the current instance was passed to SetSettingsForTesting.
+ static bool DidSetSettingsForTesting();
+
// Returns true if UI should implement enhanced keyboard support for cases
// where other input devices like mouse are absent.
static bool ForceKeyboardDrivenUINavigation();

Powered by Google App Engine
This is Rietveld 408576698