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

Unified Diff: chrome/browser/supervised_user/permission_request_creator.h

Issue 2004043002: Supervised Users Initiated Installs v2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kid_initiated_install
Patch Set: Style fix Created 4 years, 7 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/supervised_user/permission_request_creator.h
diff --git a/chrome/browser/supervised_user/permission_request_creator.h b/chrome/browser/supervised_user/permission_request_creator.h
index de31ebd3547521418319ec74ac409a374196c3e2..8f7bc05c271130e99d3166bcdc5a85c855d30e7f 100644
--- a/chrome/browser/supervised_user/permission_request_creator.h
+++ b/chrome/browser/supervised_user/permission_request_creator.h
@@ -29,6 +29,12 @@ class PermissionRequestCreator {
const SuccessCallback& callback) = 0;
// Creates a request to re-enable the extension with the given |id| (composed
Marc Treib 2016/05/23 15:32:42 Update comment
mamir 2016/05/23 19:35:14 Which part exactly you aren't happy with?
Marc Treib 2016/05/24 09:54:57 The text is exactly the same as for update request
mamir 2016/06/03 09:45:54 Done.
+ // of extension_id:version), which was installed by a supervised user.
+ virtual void CreateExtensionInstallRequest(
+ const std::string& id,
+ const SuccessCallback& callback) = 0;
+
+ // Creates a request to re-enable the extension with the given |id| (composed
// of extension_id:version), which was disabled due to a permission increase.
virtual void CreateExtensionUpdateRequest(
const std::string& id,

Powered by Google App Engine
This is Rietveld 408576698