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

Unified Diff: ui/base/models/dialog_model.h

Issue 694363002: ui: Remove unused DialogModel::GetDialogLabel(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | ui/views/window/dialog_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/models/dialog_model.h
diff --git a/ui/base/models/dialog_model.h b/ui/base/models/dialog_model.h
index 853eb283441d71808110cce5507daba1489adfcd..26d57fa606e0e2d7185ed198e9f8675f3f555fd8 100644
--- a/ui/base/models/dialog_model.h
+++ b/ui/base/models/dialog_model.h
@@ -18,9 +18,6 @@ class UI_BASE_EXPORT DialogModel {
public:
virtual ~DialogModel();
- // Returns the text of show in the dialog.
- virtual base::string16 GetDialogLabel() const = 0;
-
// Returns the title of the dialog.
virtual base::string16 GetDialogTitle() const = 0;
« no previous file with comments | « no previous file | ui/views/window/dialog_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698