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

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

Issue 23460005: Show modal dialog to tell users that the profile is managed when it's the case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index 9329723589eed51372379a77fd2f670915c8e270..77f435a431c6161c19d5a88cfbf322ba787f0816 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -207,6 +207,9 @@ namespace developerPrivate {
// strings as a dictionary mapping from string identifier to the
// translated string to use in the apps_debugger app UI.
static void getStrings(GetStringsCallback callback);
+
+ // Returns true if the profile is managed.
+ static void isProfileManaged(BooleanCallback callback);
};
interface Events {

Powered by Google App Engine
This is Rietveld 408576698