Index: chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h b/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h |
index 9bf947e2e4cd30376d4ba098418e81d687f8de8a..0648a94cb2b51efacd88e22841a5406c2c951993 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h |
@@ -84,7 +84,7 @@ class BookmarkMenuDelegate : public BaseBookmarkModelObserver, |
Profile* profile() { return profile_; } |
- views::Widget* parent() { return parent_; } |
+ views::Widget* parent() const { return parent_; } |
oshima
2012/10/10 17:58:23
const method should return const reference. If you
scottmg
2012/10/10 19:04:47
Done.
|
// Returns true if we're in the process of mutating the model. This happens |
// when the user deletes menu items using the context menu. |