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

Unified Diff: chrome/browser/ui/webui/options2/manage_profile_handler.h

Issue 10825126: Valgrind: Fix a leak in ManageProfileHandler::SendProfileIcons(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/ui/webui/options2/manage_profile_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/manage_profile_handler.h
===================================================================
--- chrome/browser/ui/webui/options2/manage_profile_handler.h (revision 149281)
+++ chrome/browser/ui/webui/options2/manage_profile_handler.h (working copy)
@@ -68,7 +68,7 @@
// Send all profile icons to the overlay.
// |iconGrid| is the string representation of which grid the icons will
// populate (i.e. "create-profile-icon-grid" or "manage-profile-icon-grid").
- void SendProfileIcons(base::StringValue* icon_grid);
+ void SendProfileIcons(const base::StringValue& icon_grid);
// URL for the current profile's GAIA picture.
std::string gaia_picture_url_;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options2/manage_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698