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

Unified Diff: chrome/browser/modal_html_dialog_delegate.cc

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/modal_html_dialog_delegate.h ('k') | chrome/browser/nacl_host/nacl_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/modal_html_dialog_delegate.cc
diff --git a/chrome/browser/modal_html_dialog_delegate.cc b/chrome/browser/modal_html_dialog_delegate.cc
index 715edd9ecec7f081676189d3e5ceb1e616ff70c0..09b4c4a1b30aaa52f1021f42ba745547c49257ab 100644
--- a/chrome/browser/modal_html_dialog_delegate.cc
+++ b/chrome/browser/modal_html_dialog_delegate.cc
@@ -42,6 +42,10 @@ bool ModalHtmlDialogDelegate::IsDialogModal() const {
return true;
}
+std::wstring ModalHtmlDialogDelegate::GetDialogTitle() const {
+ return L"Gears";
+}
+
GURL ModalHtmlDialogDelegate::GetDialogContentURL() const {
return params_.url;
}
« no previous file with comments | « chrome/browser/modal_html_dialog_delegate.h ('k') | chrome/browser/nacl_host/nacl_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698