diff options
author | hirono <hirono@chromium.org> | 2015-03-23 21:38:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-24 04:38:47 +0000 |
commit | a54475bee8ff34ec3ada07413938fd973950e906 (patch) | |
tree | fa773c7d6d05c19bad85d4932bc88573cb8072b5 /chrome/common | |
parent | cbee85393427388bf1e24919d4ff5b1a883c3e03 (diff) | |
download | chromium_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 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/file_manager_private.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl index 6804fe5..398c8f8 100644 --- a/chrome/common/extensions/api/file_manager_private.idl +++ b/chrome/common/extensions/api/file_manager_private.idl @@ -872,6 +872,9 @@ interface Functions { DOMString key, DOMString value, SimpleCallback callback); + + // Returns if Piex loader is enabled. + static void isPiexLoaderEnabled(BooleanCallback callback); }; interface Events { |