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

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: merge. 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
« no previous file with comments | « chrome/browser/resources/apps_debugger/js/items.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3a17d0597d5475eec6beff1a0ce0f962a3367a68..57307e3791961eb4a02017967a3d02a9e8594f1a 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -204,6 +204,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 {
« no previous file with comments | « chrome/browser/resources/apps_debugger/js/items.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698