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

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

Issue 15815002: [SystemInfo API] Add Storage Watch API Definition. (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 61eb3ad7e320c161272758a9588d990c5ff8f44f..26ee3d8f87ad705cb3ba351b581644cf62a14f5b 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -449,6 +449,10 @@ enum HistogramValue {
WEBSOCKETPROXYPRIVATE_GETPASSPORTFORTCP,
PAGEACTION_HIDE,
EXPERIMENTAL_SYSTEMINFO_STORAGE_GET,
+ EXPERIMENTAL_SYSTEMINFO_STORAGE_ADDWATCH,
Lei Zhang 2013/05/23 16:04:58 Please read the comments at the top of the file.
Haojian Wu 2013/05/23 16:42:47 Done.
+ EXPERIMENTAL_SYSTEMINFO_STORAGE_GETALLWATCH,
+ EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEWATCH,
+ EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEALLWATCH,
DOWNLOADS_ACCEPTDANGER,
WEBSOCKETPROXYPRIVATE_GETURLFORTCP,
FILEBROWSERPRIVATE_GETSIZESTATS,

Powered by Google App Engine
This is Rietveld 408576698