From a54475bee8ff34ec3ada07413938fd973950e906 Mon Sep 17 00:00:00 2001 From: hirono Date: Mon, 23 Mar 2015 21:38:13 -0700 Subject: 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} --- extensions/browser/extension_function_histogram_value.h | 1 + 1 file changed, 1 insertion(+) (limited to '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 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 -- cgit v1.1