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

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

Issue 1495403002: Observe adding external extensions via windows registry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments from asargent and devlin Created 4 years, 11 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/extensions/external_loader.h
diff --git a/chrome/browser/extensions/external_loader.h b/chrome/browser/extensions/external_loader.h
index 50c06ba17b2836e09b2541d99fdfc703c2865d5c..6941174d447c258331f9b41c249215d10a797888 100644
--- a/chrome/browser/extensions/external_loader.h
+++ b/chrome/browser/extensions/external_loader.h
@@ -58,6 +58,9 @@ class ExternalLoader : public base::RefCountedThreadSafe<ExternalLoader> {
// Notifies the provider that the list of extensions has been loaded.
virtual void LoadFinished();
+ // Notifies the provider that the list of extensions has been updated.
+ virtual void OnUpdated();
+
// Used for passing the list of extensions from the method that loads them
// to |LoadFinished|. To ensure thread safety, the rules are the following:
// if this value is written on another thread than the UI, then it should

Powered by Google App Engine
This is Rietveld 408576698