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

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

Issue 14232018: Add API to load project from localfs into syncfs. (Closed) Base URL: http://git.chromium.org/chromium/src.git@load_api
Patch Set: . Created 7 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: 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 91c244ea00e12f28f7bf7e97d0ec6d891aee441b..175081c7acc736088ed6cdad686a824dc7b9c138 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -503,6 +503,9 @@ enum HistogramValue {
APP_CURRENTWINDOWINTERNAL_FULLSCREEN,
DEVELOPERPRIVATE_LOADUNPACKEDCROS,
NETWORKINGPRIVATE_REQUESTNETWORKSCAN,
+ DEVELOPERPRIVATE_LOADPROJECTTOSYNCFS,
+ DEVELOPERPRIVATE_GETPROJECTSINFO,
+ DEVELOPERPRIVATE_LOADPROJECT,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698