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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 93513006: Allow re-enabling of DISABLE_NOT_VERIFIED extensions if appropriate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for review Created 7 years 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/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_;
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/extensions/extension_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698