DescriptionFile Manager: fix an unsafe const reference (intermittent crash).
Regression started by (http://crrev.com/148492).
The FilePath.BaseName().value() is a local temp object and it is not safe to
assign it to a const string reference. Use the display_name instead.
BUG=139736
TEST=lumpy
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149234
Landed as a separate CL: Add ChromeOS-specific OWNERS for extensions.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149237
Patch Set 1 #
Total comments: 2
Patch Set 2 : Toni's comment. #Patch Set 3 : Rebase # 149111 #Patch Set 4 : Add OWNER for chrome/browser/chromeos/extensions. #
Total comments: 2
Patch Set 5 : Rebase @ 149221 and add ChromeOS-specific owners. #Patch Set 6 : Don't add ChromeOS-specific owners in this CL. Do it in a separate patch. #Patch Set 7 : Add ChromeOS-specific OWNERS for extensions. #Patch Set 8 : Rebase @ 149235. #Messages
Total messages: 17 (0 generated)
|