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

Unified Diff: chrome/browser/ui/webui/extensions/extension_settings_handler.h

Issue 13119011: Enable WebContents elevation for managed users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comment. Created 7 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/browser/ui/webui/extensions/extension_settings_handler.h
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_handler.h b/chrome/browser/ui/webui/extensions/extension_settings_handler.h
index ab0882f0bcbfde10be4e29ae37340a118f01f7c4..2a3c392a1835d37f5544c25acb1a00e6e38f4449 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_handler.h
+++ b/chrome/browser/ui/webui/extensions/extension_settings_handler.h
@@ -137,6 +137,10 @@ class ExtensionSettingsHandler
// it gives this information back to the UI.
void PassphraseDialogCallback(bool success);
+ // Called to verify that the management policy allows the user to enable,
James Hawkins 2013/04/02 16:03:39 // Verifies that the...
Adrian Kuegel 2013/04/02 16:44:30 Done.
+ // disable or uninstall an extension.
+ bool CheckUserMayModifySettings(const extensions::Extension* extension);
+
// Callback for "requestExtensionsData" message.
void HandleRequestExtensionsData(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698