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

Unified Diff: chrome/browser/media_gallery/media_galleries_dialog_controller.cc

Issue 10855087: media galleries dialog fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « chrome/browser/media_gallery/media_galleries_dialog_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_gallery/media_galleries_dialog_controller.cc
diff --git a/chrome/browser/media_gallery/media_galleries_dialog_controller.cc b/chrome/browser/media_gallery/media_galleries_dialog_controller.cc
index 6da6905fb1b5f78f614cec14e0ee5885d7169673..d3bbc60864c084c1453c17ce34da63601f9887ea 100644
--- a/chrome/browser/media_gallery/media_galleries_dialog_controller.cc
+++ b/chrome/browser/media_gallery/media_galleries_dialog_controller.cc
@@ -31,11 +31,7 @@ MediaGalleriesDialogController::MediaGalleriesDialogController(
tab_contents_->profile())) {
LookUpPermissions();
-#if defined(TOOLKIT_GTK)
dialog_.reset(MediaGalleriesDialog::Create(this));
-#else
- NOTIMPLEMENTED();
-#endif
}
MediaGalleriesDialogController::~MediaGalleriesDialogController() {
« no previous file with comments | « chrome/browser/media_gallery/media_galleries_dialog_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698