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

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: sync @tott 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..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
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/browser/extensions/external_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698