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

Side by Side Diff: chrome/common/pref_names.cc

Issue 10913163: Honor owner tap-to-click and mouse buttons swap on login screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1787 // ChromeOS devices. This pref overrides |kAudioMute| but does not overwrite 1787 // ChromeOS devices. This pref overrides |kAudioMute| but does not overwrite
1788 // it, therefore when the policy is lifted the original mute state is restored. 1788 // it, therefore when the policy is lifted the original mute state is restored.
1789 const char kAudioOutputAllowed[] = "hardware.audio_output_enabled"; 1789 const char kAudioOutputAllowed[] = "hardware.audio_output_enabled";
1790 1790
1791 // A pref holding the value of the policy used to disable capturing audio on 1791 // A pref holding the value of the policy used to disable capturing audio on
1792 // ChromeOS devices. 1792 // ChromeOS devices.
1793 const char kAudioCaptureAllowed[] = "hardware.audio_capture_enabled"; 1793 const char kAudioCaptureAllowed[] = "hardware.audio_capture_enabled";
1794 1794
1795 // A dictionary that maps usernames to wallpaper properties. 1795 // A dictionary that maps usernames to wallpaper properties.
1796 const char kUsersWallpaperInfo[] = "user_wallpaper_info"; 1796 const char kUsersWallpaperInfo[] = "user_wallpaper_info";
1797
1798 // Copy of owner swap mouse buttons option to use on login screen.
1799 const char kOwnerPrimaryMouseButtonRight[] = "owner.mouse.primary_right";
1800
1801 // Copy of owner tap-to-click option to use on login screen.
1802 const char kOwnerTapToClickEnabled[] = "owner.touchpad.enable_tap_to_click";
1797 #endif 1803 #endif
1798 1804
1799 // Whether there is a Flash version installed that supports clearing LSO data. 1805 // Whether there is a Flash version installed that supports clearing LSO data.
1800 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; 1806 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled";
1801 1807
1802 // Whether we should show Pepper Flash-specific settings. 1808 // Whether we should show Pepper Flash-specific settings.
1803 const char kPepperFlashSettingsEnabled[] = 1809 const char kPepperFlashSettingsEnabled[] =
1804 "browser.pepper_flash_settings_enabled"; 1810 "browser.pepper_flash_settings_enabled";
1805 1811
1806 // String which specifies where to store the disk cache. 1812 // String which specifies where to store the disk cache.
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 2021
2016 // Counts how many more times the 'profile on a network share' warning should be 2022 // Counts how many more times the 'profile on a network share' warning should be
2017 // shown to the user before the next silence period. 2023 // shown to the user before the next silence period.
2018 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left"; 2024 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left";
2019 // Tracks the time of the last shown warning. Used to reset 2025 // Tracks the time of the last shown warning. Used to reset
2020 // |network_profile.warnings_left| after a silence period. 2026 // |network_profile.warnings_left| after a silence period.
2021 const char kNetworkProfileLastWarningTime[] = 2027 const char kNetworkProfileLastWarningTime[] =
2022 "network_profile.last_warning_time"; 2028 "network_profile.last_warning_time";
2023 2029
2024 } // namespace prefs 2030 } // namespace prefs
OLDNEW
« chrome/browser/chromeos/preferences.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698