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

Unified Diff: chrome/browser/media_galleries/media_galleries_dialog_controller.h

Issue 46973005: Media Galleries: Use the same last directory entry as file_system_api. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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/media_galleries/media_galleries_dialog_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/media_galleries_dialog_controller.h
===================================================================
--- chrome/browser/media_galleries/media_galleries_dialog_controller.h (revision 232670)
+++ chrome/browser/media_galleries/media_galleries_dialog_controller.h (working copy)
@@ -30,6 +30,7 @@
class GalleryContextMenuModel;
class MediaGalleriesDialogController;
+class Profile;
// The view.
class MediaGalleriesDialog {
@@ -167,6 +168,8 @@
void FillPermissions(bool attached,
GalleryPermissionsVector* permissions) const;
+ Profile* GetProfile();
+
// The web contents from which the request originated.
content::WebContents* web_contents_;
« no previous file with comments | « no previous file | chrome/browser/media_galleries/media_galleries_dialog_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698