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

Unified Diff: chrome/browser/extensions/api/media_galleries/media_galleries_api.h

Issue 24269007: Media Galleries API: Fix MediaGalleriesPreferences finders race. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/api/media_galleries/media_galleries_api.h
diff --git a/chrome/browser/extensions/api/media_galleries/media_galleries_api.h b/chrome/browser/extensions/api/media_galleries/media_galleries_api.h
index ac0cd5e4144cd7acb440d0f963e7b7cf34f0ca97..8c2703cf5687d3daadaad4c2005f6b0f3c91fa66 100644
--- a/chrome/browser/extensions/api/media_galleries/media_galleries_api.h
+++ b/chrome/browser/extensions/api/media_galleries/media_galleries_api.h
@@ -29,8 +29,8 @@ class MediaGalleriesGetMediaFileSystemsFunction
virtual bool RunImpl() OVERRIDE;
private:
- // Bottom half for RunImpl, invoked after the storage monitor is initialized.
- void OnStorageMonitorInit(
+ // Bottom half for RunImpl, invoked after the preferences is initialized.
+ void OnPreferencesInit(
MediaGalleries::GetMediaFileSystemsInteractivity interactive);
// Always show the dialog.

Powered by Google App Engine
This is Rietveld 408576698