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

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

Issue 1200833004: Apps&Extensions for Supervised Users: send permission request on outdated re-enables (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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/supervised_user_service.h
diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
index 32f115d3ee05f4cbb074e451775ff5fe11324e18..5a00ca68bbf87d4e9db95f6b01b05758807158f7 100644
--- a/chrome/browser/supervised_user/supervised_user_service.h
+++ b/chrome/browser/supervised_user/supervised_user_service.h
@@ -117,6 +117,11 @@ class SupervisedUserService : public KeyedService,
const base::Version& version,
const SuccessCallback& callback);
+ // Same as above, but without a callback, for when the caller doesn't care
Devlin 2015/10/16 02:40:24 Some of this comment seems unnecessary - I think t
Marc Treib 2015/10/16 09:22:21 Done.
+ // about the result. This will just log any errors.
+ void AddExtensionUpdateRequest(const std::string& extension_id,
+ const base::Version& version);
+
// Returns the email address of the custodian.
std::string GetCustodianEmailAddress() const;

Powered by Google App Engine
This is Rietveld 408576698