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/views/browser_dialogs.h

Issue 3061044: HTML UI implementation for the Google Feedback client for Chrome/ChromeOS.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/userfeedback/proto/web.proto ('k') | chrome/browser/views/bug_report_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/browser_dialogs.h
===================================================================
--- chrome/browser/views/browser_dialogs.h (revision 56828)
+++ chrome/browser/views/browser_dialogs.h (working copy)
@@ -45,6 +45,9 @@
Profile* profile,
TabContents* tab);
+// Shows the "Report a problem with this page" page in a new tab
+void ShowHtmlBugReportView(views::Window* parent, Browser* browser);
+
// Shows the "Clear browsing data" dialog box. See ClearBrowsingDataView.
void ShowClearBrowsingDataView(gfx::NativeWindow parent,
Profile* profile);
« no previous file with comments | « chrome/browser/userfeedback/proto/web.proto ('k') | chrome/browser/views/bug_report_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698