Chromium Code Reviews| Index: chrome/browser/extensions/extension_service.h |
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
| index 2d2adb936e843077f2b67e440357c2dc4519c416..b95b1e244653e3756fedfe1c46d42756efd4b70d 100644 |
| --- a/chrome/browser/extensions/extension_service.h |
| +++ b/chrome/browser/extensions/extension_service.h |
| @@ -702,6 +702,11 @@ class ExtensionService |
| } |
| bool installs_delayed_for_gc() const { return installs_delayed_for_gc_; } |
| + // A callback for when a user tries enabling an extension that was not |
| + // known by the install verifier, so we kicked off the async steps to try |
| + // verifying it again. |
| + void EnableOnVerifySuccess(std::string extension_id, bool verify_success); |
|
Finnur
2013/12/11 17:28:20
nit: const std::string& ?
asargent_no_longer_on_chrome
2013/12/11 21:26:05
Done.
|
| + |
| // The normal profile associated with this ExtensionService. |
| Profile* profile_; |