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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 194693002: [fsp] Add requestUnmount() method together with the request manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed some too strict thread checks. Created 6 years, 8 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: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index ec2a0caf9d98b8c08cb806fbd9810e81f1922fa6..63197b223a56de60df69f9030fc37b8cf6bc81e0 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -774,6 +774,9 @@ enum HistogramValue {
BLUETOOTH_SET_SOCKET_PAUSED,
BLUETOOTH_GET_SOCKET,
BLUETOOTH_GET_SOCKETS,
+ FILESYSTEMPROVIDER_UNMOUNT,
+ FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDSUCCESS,
+ FILESYSTEMPROVIDERINTERNAL_UNMOUNTREQUESTEDERROR,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY
« no previous file with comments | « chrome/test/data/extensions/api_test/file_system_provider/unmount/test.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698