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

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

Issue 137313003: Media Galleries API Extension functions: Refactor Preference initialization block. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/media_galleries/media_galleries_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 991870482ed95b6971432346792c4d5b937f3cea..8504cbc884485b60d1a2fb3102dd74f684699f0c 100644
--- a/chrome/browser/extensions/api/media_galleries/media_galleries_api.h
+++ b/chrome/browser/extensions/api/media_galleries/media_galleries_api.h
@@ -34,7 +34,7 @@ class MediaGalleriesGetMediaFileSystemsFunction
private:
// Bottom half for RunImpl, invoked after the preferences is initialized.
void OnPreferencesInit(
- MediaGalleries::GetMediaFileSystemsInteractivity interactive);
+ MediaGalleries::GetMediaFileSystemsInteractivity interactive);
vandebo (ex-Chrome) 2014/01/14 17:52:25 nit spaces
tommycli 2014/01/14 18:32:48 I think the change is to the preferred style.
vandebo (ex-Chrome) 2014/01/14 18:34:09 Der - your right. nevermind.
// Always show the dialog.
void AlwaysShowDialog(const std::vector<MediaFileSystemInfo>& filesystems);
« no previous file with comments | « no previous file | chrome/browser/extensions/api/media_galleries/media_galleries_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698