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

Unified Diff: chrome/browser/ui/webui/html_dialog_ui.h

Issue 9749003: Revert 127660 - WebUI TaskManager: Add method to set minimum window size on HTMLDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/ui/views/html_dialog_view.cc ('k') | chrome/browser/ui/webui/html_dialog_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/html_dialog_ui.h
===================================================================
--- chrome/browser/ui/webui/html_dialog_ui.h (revision 127670)
+++ chrome/browser/ui/webui/html_dialog_ui.h (working copy)
@@ -41,10 +41,6 @@
// Returns the title of the dialog.
virtual string16 GetDialogTitle() const = 0;
- // Returns the dialog's name identifier. Used to identify this dialog for
- // state restoration.
- virtual std::string GetDialogName() const;
-
// Get the HTML file path for the content to load in the dialog.
virtual GURL GetDialogContentURL() const = 0;
@@ -58,9 +54,6 @@
// Get the size of the dialog.
virtual void GetDialogSize(gfx::Size* size) const = 0;
- // Get the size of the dialog.
- virtual void GetMinimumDialogSize(gfx::Size* size) const;
-
// Gets the JSON string input to use when showing the dialog.
virtual std::string GetDialogArgs() const = 0;
Property changes on: chrome/browser/ui/webui/html_dialog_ui.h
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « chrome/browser/ui/views/html_dialog_view.cc ('k') | chrome/browser/ui/webui/html_dialog_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698