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

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: Rebase Created 7 years, 6 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 d8063bff1928e8bda6743b4b698476e1e0b00d62..2efad9ac53130f2a8f6afde744649fb7d805c4ba 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -541,6 +541,10 @@ enum HistogramValue {
TTS_PAUSE,
TTS_RESUME,
SYSTEMINFO_CPU_GET,
+ EXPERIMENTAL_SYSTEMINFO_STORAGE_ADDWATCH,
+ EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEWATCH,
+ EXPERIMENTAL_SYSTEMINFO_STORAGE_GETALLWATCH,
+ EXPERIMENTAL_SYSTEMINFO_STORAGE_REMOVEALLWATCH,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698