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; |