Chromium Code Reviews| Index: chrome/browser/extensions/api/media_galleries/media_galleries_api.h |
| =================================================================== |
| --- chrome/browser/extensions/api/media_galleries/media_galleries_api.h (revision 179445) |
| +++ chrome/browser/extensions/api/media_galleries/media_galleries_api.h (working copy) |
| @@ -26,6 +26,10 @@ |
| virtual bool RunImpl() OVERRIDE; |
| private: |
| + // Always show the dialog. |
| + void AlwaysShowDialog( |
|
vandebo (ex-Chrome)
2013/01/30 17:47:30
nit: ShowDialog(
Lei Zhang
2013/01/30 21:00:47
Name's already taken on line 46.
|
| + const std::vector<chrome::MediaFileSystemInfo>& filesystems); |
| + |
| // If no galleries are found, show the dialog, otherwise return them. |
| void ShowDialogIfNoGalleries( |
| const std::vector<chrome::MediaFileSystemInfo>& filesystems); |