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..5bc8551b11b339b30c81d5069cebf82bba488062 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(scoped_ptr<base::DictionaryValue> updated_prefs); |
+ |
// 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 |