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

Unified Diff: chrome/browser/bug_report_data.h

Issue 6366007: Disable sending of page title in Chrome reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments incorporated. Created 9 years, 11 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 | « no previous file | chrome/browser/bug_report_data.cc » ('j') | chrome/browser/dom_ui/bug_report_ui.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bug_report_data.h
diff --git a/chrome/browser/bug_report_data.h b/chrome/browser/bug_report_data.h
index 2c3a6dd416b03db080857d6e1d5dece633455188..ace2d7cc33ff6a6ad87f334e17774299e22e1b2f 100644
--- a/chrome/browser/bug_report_data.h
+++ b/chrome/browser/bug_report_data.h
@@ -31,7 +31,6 @@ class BugReportData {
void UpdateData(Profile* profile,
const std::string& target_tab_url,
- const string16& target_tab_title,
const int problem_type,
const std::string& page_url,
const std::string& description,
@@ -49,7 +48,6 @@ class BugReportData {
#endif
const std::string& target_tab_url() { return target_tab_url_; }
oshima 2011/01/23 15:16:24 const and other accessors. while we're at it.
rkc 2011/01/25 00:00:03 Done.
- const string16& target_tab_title() { return target_tab_title_; }
int problem_type() { return problem_type_; }
const std::string& page_url() { return page_url_; }
@@ -69,8 +67,6 @@ class BugReportData {
// Target tab url.
std::string target_tab_url_;
- // Target tab page title.
- string16 target_tab_title_;
int problem_type_;
std::string page_url_;
« no previous file with comments | « no previous file | chrome/browser/bug_report_data.cc » ('j') | chrome/browser/dom_ui/bug_report_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698