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 |