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

Unified Diff: chrome/browser/dom_ui/bug_report_ui.cc

Issue 3122034: Use <if expr".."> to use a single bug report html for both Chrome and Chrome ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Included the bug_report_ui.cc change in CL. 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/resources/bug_report.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/bug_report_ui.cc
===================================================================
--- chrome/browser/dom_ui/bug_report_ui.cc (revision 57019)
+++ chrome/browser/dom_ui/bug_report_ui.cc (working copy)
@@ -448,11 +448,7 @@
return base::StringPiece(
ResourceBundle::GetSharedInstance().GetRawDataResource(
-#if defined(OS_CHROMEOS)
- IDR_BUGREPORT_HTML_CHROMEOS));
-#else
IDR_BUGREPORT_HTML));
-#endif
}
void BugReportHandler::RegisterMessages() {
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/bug_report.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698