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

Unified Diff: chrome/browser/media_gallery/media_galleries_preferences.h

Issue 10911242: make media gallery directory tooltips in media gallery config dialog absolute paths (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 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/media_gallery/media_galleries_preferences.h
diff --git a/chrome/browser/media_gallery/media_galleries_preferences.h b/chrome/browser/media_gallery/media_galleries_preferences.h
index 68eef4a714f5761cfabaf0d0e8efb77ca9de3553..766b678a3e04745ab68f7a419fc9c50b44bc4348 100644
--- a/chrome/browser/media_gallery/media_galleries_preferences.h
+++ b/chrome/browser/media_gallery/media_galleries_preferences.h
@@ -59,6 +59,9 @@ struct MediaGalleryPrefInfo {
// The root of the gallery, relative to the root of the device.
FilePath path;
+ // The absolute path of the gallery.
+ FilePath AbsolutePath() const;
vandebo (ex-Chrome) 2012/09/12 18:19:57 nit: methods before members - move to line 49
+
// The type of gallery.
Type type;
};

Powered by Google App Engine
This is Rietveld 408576698