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

Issue 2969573002: Move SystemLogsSource class into new file (Closed)

Created:
3 years, 5 months ago by michaelpg
Modified:
3 years, 5 months ago
Reviewers:
afakhry, brucedawson
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, extensions-reviews_chromium.org, rkc
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move SystemLogsSource class into new file Splits SystemLogsSource out of system_logs_fetcher.h. BUG=710168 Review-Url: https://codereview.chromium.org/2969573002 Cr-Commit-Position: refs/heads/master@{#484674} Committed: https://chromium.googlesource.com/chromium/src/+/e28523ca804072b27d88cf58d597afd3890a20ec

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : redundant using #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -35 lines) Patch
M chrome/browser/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 1 comment Download
M chrome/browser/chromeos/system_logs/command_line_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system_logs/dbus_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system_logs/debug_daemon_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system_logs/device_event_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system_logs/lsb_release_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system_logs/single_debug_daemon_log_source.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/system_logs/single_log_source.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/system_logs/touch_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/feedback_private/feedback_private_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/feedback_private/log_source_access_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/feedback/system_logs/about_system_logs_fetcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/feedback/system_logs/log_sources/crash_ids_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/feedback/system_logs/log_sources/memory_details_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/feedback/system_logs/system_logs_fetcher.h View 1 2 1 chunk +1 line, -22 lines 1 comment Download
A chrome/browser/feedback/system_logs/system_logs_source.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/browser/feedback/system_logs/system_logs_source.cc View 1 1 chunk +14 lines, -0 lines 1 comment Download

Dependent Patchsets:

Messages

Total messages: 20 (9 generated)
michaelpg
PTAL. Not using gerrit due to https://bugs.chromium.org/p/gerrit/issues/detail?id=6441.
3 years, 5 months ago (2017-06-29 23:26:09 UTC) #3
michaelpg
rebase
3 years, 5 months ago (2017-06-30 16:44:00 UTC) #4
afakhry
lgtm with Nit. https://codereview.chromium.org/2969573002/diff/20001/chrome/browser/feedback/system_logs/system_logs_fetcher.h File chrome/browser/feedback/system_logs/system_logs_fetcher.h (right): https://codereview.chromium.org/2969573002/diff/20001/chrome/browser/feedback/system_logs/system_logs_fetcher.h#newcode24 chrome/browser/feedback/system_logs/system_logs_fetcher.h:24: using SystemLogsResponse = FeedbackCommon::SystemLogsMap; Nit: Please ...
3 years, 5 months ago (2017-06-30 23:59:27 UTC) #5
michaelpg
Thanks. https://codereview.chromium.org/2969573002/diff/20001/chrome/browser/feedback/system_logs/system_logs_fetcher.h File chrome/browser/feedback/system_logs/system_logs_fetcher.h (right): https://codereview.chromium.org/2969573002/diff/20001/chrome/browser/feedback/system_logs/system_logs_fetcher.h#newcode24 chrome/browser/feedback/system_logs/system_logs_fetcher.h:24: using SystemLogsResponse = FeedbackCommon::SystemLogsMap; On 2017/06/30 23:59:27, afakhry ...
3 years, 5 months ago (2017-07-05 21:27:39 UTC) #8
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/2969573002/40001
3 years, 5 months ago (2017-07-05 21:27:52 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_TIMED_OUT, build has not started yet; ...
3 years, 5 months ago (2017-07-05 23:28:56 UTC) #11
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/2969573002/40001
3 years, 5 months ago (2017-07-06 18:12:11 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/e28523ca804072b27d88cf58d597afd3890a20ec
3 years, 5 months ago (2017-07-06 18:17:18 UTC) #16
brucedawson
This CL creates ODR violations that lead to these warnings: system_logs_fetcher.obj : warning LNK4006: "public: ...
3 years, 5 months ago (2017-07-06 21:35:28 UTC) #18
afakhry
https://codereview.chromium.org/2969573002/diff/40001/chrome/browser/feedback/system_logs/system_logs_fetcher.h File chrome/browser/feedback/system_logs/system_logs_fetcher.h (left): https://codereview.chromium.org/2969573002/diff/40001/chrome/browser/feedback/system_logs/system_logs_fetcher.h#oldcode38 chrome/browser/feedback/system_logs/system_logs_fetcher.h:38: virtual ~SystemLogsSource(); Sorry, I think I missed noticing in ...
3 years, 5 months ago (2017-07-06 21:43:06 UTC) #19
brucedawson
3 years, 5 months ago (2017-07-07 18:58:17 UTC) #20
Message was sent while issue was closed.
On 2017/07/06 21:43:06, afakhry wrote:
>
https://codereview.chromium.org/2969573002/diff/40001/chrome/browser/feedback...
> File chrome/browser/feedback/system_logs/system_logs_fetcher.h (left):
> 
>
https://codereview.chromium.org/2969573002/diff/40001/chrome/browser/feedback...
> chrome/browser/feedback/system_logs/system_logs_fetcher.h:38: virtual
> ~SystemLogsSource();
> Sorry, I think I missed noticing in the review that you forgot to remove the
> corresponding definitions in the system_logs_fetcher.cc file. Can you please
do
> that?

I created a fix CL: https://chromium-review.googlesource.com/c/563762/ - just
waiting for the try bots to finish.

Powered by Google App Engine
This is Rietveld 408576698