summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bug_report_util.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-01 19:46:19 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-01 19:46:19 +0000
commit8ef8d41fd3db72f5857d945055c1b629a1220b3e (patch)
treea76c8c909c694570cc0e0c8d999dcedef049e6b7 /chrome/browser/bug_report_util.cc
parent86c9fe10f4ced08553a334f03a294a5a7b6ff4c5 (diff)
downloadchromium_src-8ef8d41fd3db72f5857d945055c1b629a1220b3e.zip
chromium_src-8ef8d41fd3db72f5857d945055c1b629a1220b3e.tar.gz
chromium_src-8ef8d41fd3db72f5857d945055c1b629a1220b3e.tar.bz2
browser: Get rid of static initializer in BugReportUtil.
BUG=94925 TEST=None R=rkc@chromium.org Review URL: http://codereview.chromium.org/7831013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bug_report_util.cc')
-rw-r--r--chrome/browser/bug_report_util.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc
index 8c4340a..7ac3353 100644
--- a/chrome/browser/bug_report_util.cc
+++ b/chrome/browser/bug_report_util.cc
@@ -174,14 +174,6 @@ void BugReportUtil::SetOSVersion(std::string* os_version) {
}
// static
-std::string BugReportUtil::feedback_server_("");
-
-// static
-void BugReportUtil::SetFeedbackServer(const std::string& server) {
- feedback_server_ = server;
-}
-
-// static
void BugReportUtil::DispatchFeedback(Profile* profile,
std::string* post_body,
int64 delay) {