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

Unified Diff: chrome/browser/bug_report_util.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/browser_resources.grd ('k') | chrome/browser/bug_report_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bug_report_util.h
===================================================================
--- chrome/browser/bug_report_util.h (revision 56828)
+++ chrome/browser/bug_report_util.h (working copy)
@@ -63,19 +63,21 @@
// all the call sites or making it a wrapper around another util.
static void SetOSVersion(std::string *os_version);
+ // This sets the address of the feedback server to be used by SendReport
+ static void SetFeedbackServer(const std::string& server);
+
// Generates bug report data.
static void SendReport(Profile* profile,
const std::string& page_title_text,
int problem_type,
const std::string& page_url_text,
- const std::string& user_email_text,
const std::string& description,
const char* png_data,
int png_data_length,
int png_width,
#if defined(OS_CHROMEOS)
int png_height,
- const std::string& problem_type_text,
+ const std::string& user_email_text,
const chromeos::LogDictionaryType* const sys_info);
#else
int png_height);
@@ -93,6 +95,8 @@
userfeedback::ExternalExtensionSubmit* feedback_data,
const std::string& key, const std::string& value);
+ static std::string feedback_server_;
+
DISALLOW_IMPLICIT_CONSTRUCTORS(BugReportUtil);
};
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/bug_report_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698