diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 22:22:24 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 22:22:24 +0000 |
commit | 9cf093c8555632a2daba9f71cd3f2cab411db7e8 (patch) | |
tree | d949a965310e49b4954f60f4cc1c6f6126df6bbe /chrome/browser/views/bug_report_view.h | |
parent | ca5ec6ed8c631b8270932413d25a01931efdee59 (diff) | |
download | chromium_src-9cf093c8555632a2daba9f71cd3f2cab411db7e8.zip chromium_src-9cf093c8555632a2daba9f71cd3f2cab411db7e8.tar.gz chromium_src-9cf093c8555632a2daba9f71cd3f2cab411db7e8.tar.bz2 |
Move URLs out of *.pak files and put them into code. This saves
28k of pak file size, but will make the binary a tad bit larger.
BUG=28174
Review URL: http://codereview.chromium.org/407007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32556 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/bug_report_view.h')
-rw-r--r-- | chrome/browser/views/bug_report_view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/views/bug_report_view.h b/chrome/browser/views/bug_report_view.h index b801bd6..aa25bae 100644 --- a/chrome/browser/views/bug_report_view.h +++ b/chrome/browser/views/bug_report_view.h @@ -105,8 +105,6 @@ class BugReportView : public views::View, std::wstring version_; scoped_ptr< std::vector<unsigned char> > png_data_; - GURL post_url_; - TabContents* tab_; // Used to distinguish the report type: Phishing or other. |