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

Unified Diff: chrome/common/pref_names.cc

Issue 10875027: Restart running apps when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments 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 side-by-side diff with in-line comments
Download patch
« chrome/common/pref_names.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 63caee2c9c236aff1f0a50757adbc3c14d68cfe7..fe38006d6e0d5069854b68a1a098983834188742 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -494,9 +494,7 @@ const char kNetworkPredictionEnabled[] = "dns_prefetching.enabled";
const char kDefaultAppsInstallState[] = "default_apps_install_state";
#if defined(OS_CHROMEOS)
-// An integer pref to initially mute volume if 1. This pref is ignored if
Mihai Parparita -not on Chrome 2012/09/05 20:54:06 Ditto.
koz (OOO until 15th September) 2012/09/06 07:50:44 Done.
-// |kAudioOutputAllowed| is set to false, but its value is preserved, therefore
-// when the policy is lifted the original mute state is restored.
+// An integer pref to initially mute volume if 1.
const char kAudioMute[] = "settings.audio.mute";
// TODO(derat): This is deprecated in favor of |kAudioVolumePercent|; remove it
@@ -743,11 +741,6 @@ const char kSecondaryDisplayLayout[] = "settings.display.secondary_layout";
// An integer pref that specifies how far the secondary display is positioned
// from the edge of the primary display.
const char kSecondaryDisplayOffset[] = "settings.display.secondary_offset";
-
-// A dictionary pref that specifies per-display layout/offset information.
-// Its key is the ID of the display and its value is a dictionary for the
-// layout/offset information.
-const char kSecondaryDisplays[] = "settings.display.secondary_displays";
#endif // defined(OS_CHROMEOS)
// The disabled messages in IPC logging.
@@ -1782,15 +1775,6 @@ const char kSyncSpareBootstrapToken[] = "sync.spare_bootstrap_token";
// storage for the user.
const char kExternalStorageDisabled[] = "hardware.external_storage_disabled";
-// A pref holding the value of the policy used to disable playing audio on
-// ChromeOS devices. This pref overrides |kAudioMute| but does not overwrite
-// it, therefore when the policy is lifted the original mute state is restored.
-const char kAudioOutputAllowed[] = "hardware.audio_output_enabled";
-
-// A pref holding the value of the policy used to disable capturing audio on
-// ChromeOS devices.
-const char kAudioCaptureAllowed[] = "hardware.audio_capture_enabled";
-
// A dictionary that maps usernames to wallpaper properties.
const char kUsersWallpaperInfo[] = "user_wallpaper_info";
#endif
« chrome/common/pref_names.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698