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

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

Issue 7461136: Convert HtmlDialogUIDelegate::GetDialogTitle() to string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 9 years, 4 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
Index: chrome/browser/ui/webui/html_dialog_ui.h
diff --git a/chrome/browser/ui/webui/html_dialog_ui.h b/chrome/browser/ui/webui/html_dialog_ui.h
index de3b52cc878d8755a8b29b60474b97ef6e01eb16..1608811cf8518cd6f19122fef45d77bb33133d29 100644
--- a/chrome/browser/ui/webui/html_dialog_ui.h
+++ b/chrome/browser/ui/webui/html_dialog_ui.h
@@ -9,6 +9,7 @@
#include <string>
#include <vector>
+#include "base/string16.h"
#include "chrome/browser/ui/webui/chrome_web_ui.h"
#include "content/common/property_bag.h"
#include "googleurl/src/gurl.h"
@@ -30,7 +31,7 @@ class HtmlDialogUIDelegate {
virtual bool IsDialogModal() const = 0;
// Returns the title of the dialog.
- virtual std::wstring GetDialogTitle() const = 0;
+ virtual string16 GetDialogTitle() const = 0;
// Get the HTML file path for the content to load in the dialog.
virtual GURL GetDialogContentURL() const = 0;
« no previous file with comments | « chrome/browser/ui/webui/constrained_html_ui_browsertest.cc ('k') | chrome/browser/ui/webui/task_manager_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698