summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorhirono <hirono@chromium.org>2015-03-23 21:38:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-24 04:38:47 +0000
commita54475bee8ff34ec3ada07413938fd973950e906 (patch)
treefa773c7d6d05c19bad85d4932bc88573cb8072b5 /extensions
parentcbee85393427388bf1e24919d4ff5b1a883c3e03 (diff)
downloadchromium_src-a54475bee8ff34ec3ada07413938fd973950e906.zip
chromium_src-a54475bee8ff34ec3ada07413938fd973950e906.tar.gz
chromium_src-a54475bee8ff34ec3ada07413938fd973950e906.tar.bz2
Files.app: Add private API to check if PiexLoader is enabled or not.
PiexLoader is enabled only for official build. BUG=396702 TEST=None R=isherman@chromium.org Review URL: https://codereview.chromium.org/1026733003 Cr-Commit-Position: refs/heads/master@{#321933}
Diffstat (limited to 'extensions')
-rw-r--r--extensions/browser/extension_function_histogram_value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index f3d0785..3ceb4c7 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1041,6 +1041,7 @@ enum HistogramValue {
FILEMANAGERPRIVATE_ENABLEEXTERNALFILESCHEME,
DEVELOPERPRIVATE_UPDATEEXTENSIONCONFIGURATION,
DEVELOPERPRIVATE_DELETEEXTENSIONERRORS,
+ FILEMANAGERPRIVATE_ISPIEXLOADERENABLED,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY