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

Unified Diff: chrome/browser/ui/views/extensions/media_galleries_dialog_views.h

Issue 12095074: Media Galleries: Keep media gallery permission dialogs in sync with the gallery (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix nit Created 7 years, 10 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/ui/views/extensions/media_galleries_dialog_views.h
===================================================================
--- chrome/browser/ui/views/extensions/media_galleries_dialog_views.h (revision 181443)
+++ chrome/browser/ui/views/extensions/media_galleries_dialog_views.h (working copy)
@@ -33,6 +33,7 @@
// MediaGalleriesDialog implementation:
virtual void UpdateGallery(const MediaGalleryPrefInfo* gallery,
bool permitted) OVERRIDE;
+ virtual void ForgetGallery(const MediaGalleryPrefInfo* gallery);
// views::DialogDelegate implementation:
virtual string16 GetWindowTitle() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698