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

Unified Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 15817008: Move systemInfo.cpu API out out experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/extensions/extension_function_histogram_value.h
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index a20bd9f363c5278045ff0a0c79ae052398c82ab9..e7b42902711855e264cbc30760224a99678aa7fe 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -414,7 +414,7 @@ enum HistogramValue {
TTS_ISSPEAKING,
BOOKMARKS_REMOVETREE,
FILEBROWSERPRIVATE_SEARCHDRIVE,
- EXPERIMENTAL_SYSTEMINFO_CPU_GET,
+ SYSTEMINFO_CPU_GET,
asargent_no_longer_on_chrome 2013/05/30 19:14:00 See comments at the top of this enum.
Tim Song 2013/05/31 01:08:35 The comments does say that renaming an existing fu
asargent_no_longer_on_chrome 2013/05/31 18:31:32 I think it's actually useful for us to be able to
Tim Song 2013/05/31 19:29:03 Done.
FILEBROWSERPRIVATE_SETPREFERENCES,
FONTSETTINGS_SETFONT,
SOCKET_GETNETWORKLIST,

Powered by Google App Engine
This is Rietveld 408576698