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

Unified Diff: chrome/common/extensions/api/file_manager_private.idl

Issue 1026733003: Files.app: Add private API to check if PiexLoader is enabled or not. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/common/extensions/api/file_manager_private.idl
diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
index 6804fe59cde9a6ec6992062330a41da8595a1a68..398c8f8143551a6db44e4087858ae5d99a6d3ab9 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 {

Powered by Google App Engine
This is Rietveld 408576698