summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 18:57:43 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 18:57:43 +0000
commit15cf713daabbba9e96ee2b9372de56941b7a46a2 (patch)
tree4ed5c9c60868c7b3310491a5bcdbebb297e990b2 /chrome/common/pref_names.cc
parent22eeb168b8bfd02c8a4a9521a819067e25674b95 (diff)
downloadchromium_src-15cf713daabbba9e96ee2b9372de56941b7a46a2.zip
chromium_src-15cf713daabbba9e96ee2b9372de56941b7a46a2.tar.gz
chromium_src-15cf713daabbba9e96ee2b9372de56941b7a46a2.tar.bz2
Remove the UMA stats for whether the renderer was in a new desktop or not.
Review URL: http://codereview.chromium.org/391045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 27e4407..f417d63 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -366,16 +366,6 @@ const wchar_t kStabilityPageLoadCount[] =
const wchar_t kStabilityRendererCrashCount[] =
L"user_experience_metrics.stability.renderer_crash_count";
-// Number of times a renderer started in the sandbox and successfully
-// used the sandbox desktop.
-const wchar_t kSecurityRendererOnSboxDesktop[] =
- L"user_experience_metrics.security.renderer_on_sbox_desktop";
-
-// Number of times a renderer started in the sandbox and failed to
-// used the sandbox desktop.
-const wchar_t kSecurityRendererOnDefaultDesktop[] =
- L"user_experience_metrics.security.renderer_on_default_desktop";
-
// Time when the app was last launched, in seconds since the epoch.
const wchar_t kStabilityLaunchTimeSec[] =
L"user_experience_metrics.stability.launch_time_sec";