Chromium Code Reviews

Unified Diff: chrome/browser/ui/views/bookmark_editor_view.h

Issue 5116002: Adding the possibility to resize the "Edit Bookmark" dialog.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « AUTHORS ('k') | chrome/browser/ui/views/bookmark_editor_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/bookmark_editor_view.h
===================================================================
--- chrome/browser/ui/views/bookmark_editor_view.h (revision 66409)
+++ chrome/browser/ui/views/bookmark_editor_view.h (working copy)
@@ -80,6 +80,7 @@
virtual bool IsDialogButtonEnabled(
MessageBoxFlags::DialogButton button) const;
virtual bool IsModal() const;
+ virtual bool CanResize() const;
virtual std::wstring GetWindowTitle() const;
virtual bool Accept();
virtual bool AreAcceleratorsEnabled(MessageBoxFlags::DialogButton button);
« no previous file with comments | « AUTHORS ('k') | chrome/browser/ui/views/bookmark_editor_view.cc » ('j') | no next file with comments »

Powered by Google App Engine