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

Unified Diff: chrome/browser/net/url_info.h

Issue 6676015: Coverity: Pass values by reference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win/Mac fix. Created 9 years, 9 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/memory_details_win.cc ('k') | chrome/browser/net/url_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/url_info.h
diff --git a/chrome/browser/net/url_info.h b/chrome/browser/net/url_info.h
index 378edbf29b9de7d20ca8f428d66990347ed70445..e6dc70a0ab37f9e85d37ec3a2c4843dc00fd4cbc 100644
--- a/chrome/browser/net/url_info.h
+++ b/chrome/browser/net/url_info.h
@@ -123,9 +123,9 @@ class UrlInfo {
void DLogResultsStats(const char* message) const;
- static void GetHtmlTable(const UrlInfoTable host_infos,
+ static void GetHtmlTable(const UrlInfoTable& host_infos,
const char* description,
- const bool brief,
+ bool brief,
std::string* output);
// For testing, and use in printing tables of info, we sometimes need to
« no previous file with comments | « chrome/browser/memory_details_win.cc ('k') | chrome/browser/net/url_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698