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

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

Issue 10214001: WebDialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/feedback_ui.h
===================================================================
--- chrome/browser/ui/webui/feedback_ui.h (revision 133969)
+++ chrome/browser/ui/webui/feedback_ui.h (working copy)
@@ -7,17 +7,17 @@
#include <string>
-#include "chrome/browser/ui/webui/html_dialog_ui.h"
+#include "chrome/browser/ui/webui/web_dialog_ui.h"
class Browser;
namespace browser {
-void ShowHtmlFeedbackView(Browser* browser,
- const std::string& description_template,
- const std::string& category_tag);
+void ShowWebFeedbackView(Browser* browser,
+ const std::string& description_template,
+ const std::string& category_tag);
} // namespace browser
-class FeedbackUI : public HtmlDialogUI {
+class FeedbackUI : public WebDialogUI {
public:
explicit FeedbackUI(content::WebUI* web_ui);
« no previous file with comments | « chrome/browser/ui/webui/constrained_web_dialog_ui_browsertest.cc ('k') | chrome/browser/ui/webui/feedback_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698