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

Unified Diff: chrome/browser/modal_html_dialog_delegate.h

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
Index: chrome/browser/modal_html_dialog_delegate.h
diff --git a/chrome/browser/modal_html_dialog_delegate.h b/chrome/browser/modal_html_dialog_delegate.h
index 23bb0f758eeb08d8daada40216a4c57e1aa7836b..9336b3bc8d290ffd4007306b7bebf264034ce962 100644
--- a/chrome/browser/modal_html_dialog_delegate.h
+++ b/chrome/browser/modal_html_dialog_delegate.h
@@ -39,7 +39,7 @@ class ModalHtmlDialogDelegate
// HTMLDialogUIDelegate implementation:
virtual bool IsDialogModal() const;
- virtual std::wstring GetDialogTitle() const { return L"Gears"; }
+ virtual std::wstring GetDialogTitle() const;
virtual GURL GetDialogContentURL() const;
virtual void GetDOMMessageHandlers(
std::vector<DOMMessageHandler*>* handlers) const { }
« no previous file with comments | « chrome/browser/gtk/translate/translate_infobar_base_gtk.cc ('k') | chrome/browser/modal_html_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698