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

Issue 2855663002: Fix the memory leak in the RequestFileSystemDialogTest reported by the Chrome OS ASAN builder. (Closed)

Created:
3 years, 7 months ago by ananta
Modified:
3 years, 7 months ago
Reviewers:
lazyboy
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix the memory leak in the RequestFileSystemDialogTest reported by the Chrome OS ASAN builder. The RequestFileSystemDialogView class had an unused member contents_view_ which is no longer needed after https://codereview.chromium.org/2816293002/diff/520001. Removing this should fix the memory leak. Thanks to lazyboy for helping track down this leak. BUG=717057 TBR=pkasting Review-Url: https://codereview.chromium.org/2855663002 Cr-Commit-Position: refs/heads/master@{#468607} Committed: https://chromium.googlesource.com/chromium/src/+/0eb55d6c752c6046493edcaf4fbcf222712211e9

Patch Set 1 #

Patch Set 2 : Fix build error #

Patch Set 3 : Fix compile errors #

Patch Set 4 : Fix compile failures #

Patch Set 5 : Mark dtor as virtual #

Patch Set 6 : Fix redness #

Patch Set 7 : Allocate the RequestFileSystemDialogView object in the ShowDialog method in the test. #

Patch Set 8 : Fix compile errors #

Patch Set 9 : Fix compile failures #

Patch Set 10 : Remove the unused contents_view_ member from the RequestFileSystemDialogView class as it is no long… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M chrome/browser/ui/views/extensions/request_file_system_dialog_view.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/request_file_system_dialog_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 47 (41 generated)
ananta
3 years, 7 months ago (2017-05-01 17:30:55 UTC) #4
lazyboy
lgtm
3 years, 7 months ago (2017-05-02 02:44:15 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2855663002/180001
3 years, 7 months ago (2017-05-02 10:07:01 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/425147)
3 years, 7 months ago (2017-05-02 10:13:16 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2855663002/180001
3 years, 7 months ago (2017-05-02 12:25:35 UTC) #44
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 12:31:00 UTC) #47
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/0eb55d6c752c6046493edcaf4fbc...

Powered by Google App Engine
This is Rietveld 408576698