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

Issue 1997453003: Fix "unused variable" warnings. (Closed)

Created:
4 years, 7 months ago by Peter Kasting
Modified:
4 years, 7 months ago
CC:
asanka, asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, davemoore+watch_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, gcasto+watchlist_chromium.org, markusheintz_, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, mkwst+watchlist-passwords_chromium.org, mlamouri+watch-permissions_chromium.org, mlamouri+watch-geolocation_chromium.org, msramek+watch_chromium.org, Michael van Ouwerkerk, oshima+watch_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix "unused variable" warnings. These were exposed by changing DISALLOW_COPY_AND_ASSIGN to use "= delete", and must be fixed before that change can land. See https://codereview.chromium.org/1981053002/ for the full CL. BUG=447156 TEST=none Committed: https://crrev.com/28ae5793fe58479fc7a960860e08572c6578a701 Cr-Commit-Position: refs/heads/master@{#395173}

Patch Set 1 #

Patch Set 2 : Add Java file #

Total comments: 2

Patch Set 3 : Move changes in and out to fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -119 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/compositor/CompositorView.java View 1 3 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/android/compositor/compositor_view.h View 3 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/android/compositor/compositor_view.cc View 3 chunks +2 lines, -8 lines 0 comments Download
M chrome/browser/android/compositor/decoration_title.h View 2 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/android/compositor/decoration_title.cc View 3 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/android/compositor/layer_title_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/origin_filter_builder.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_browser_main.h View 3 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chrome_quota_permission_context.cc View 4 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/policy/consumer_unenrollment_handler.h View 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/policy/consumer_unenrollment_handler.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/policy/consumer_unenrollment_handler_factory.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/consumer_unenrollment_handler_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/download/download_shelf_context_menu.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/component_migration_helper.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/component_migration_helper.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/extension_action_icon_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_action_icon_factory.cc View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_extensions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_extensions.cc View 1 chunk +8 lines, -5 lines 0 comments Download
M chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/interstitials/chrome_metrics_helper.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/interstitials/chrome_metrics_helper.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/android/remote/remote_media_player_bridge.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/media/android/remote/remote_media_player_bridge.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/media/android/remote/remote_media_player_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/first_web_contents_profiler.h View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/save_password_infobar_delegate_android.h View 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/password_manager/save_password_infobar_delegate_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/shell_integration.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/signin/signin_error_notifier_ash.cc View 1 chunk +9 lines, -5 lines 0 comments Download
M chrome/browser/signin/signin_status_metrics_provider_chromeos_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/signin/signin_tracker_factory.cc View 2 chunks +1 line, -3 lines 0 comments Download
M components/signin/core/browser/signin_tracker.h View 1 2 3 chunks +0 lines, -5 lines 0 comments Download
M components/signin/core/browser/signin_tracker.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
Peter Kasting
tedchoc: chrome/android/, chrome/browser/android/ thestig: rest https://codereview.chromium.org/1997453003/diff/20001/chrome/browser/geolocation/geolocation_permission_context_extensions.cc File chrome/browser/geolocation/geolocation_permission_context_extensions.cc (right): https://codereview.chromium.org/1997453003/diff/20001/chrome/browser/geolocation/geolocation_permission_context_extensions.cc#newcode25 chrome/browser/geolocation/geolocation_permission_context_extensions.cc:25: #if defined(ENABLE_EXTENSIONS) I guess ...
4 years, 7 months ago (2016-05-19 05:11:37 UTC) #2
Lei Zhang
looks ok, but there are red trybots.
4 years, 7 months ago (2016-05-19 05:45:21 UTC) #3
Peter Kasting
On 2016/05/19 05:45:21, Lei Zhang wrote: > looks ok, but there are red trybots. Not ...
4 years, 7 months ago (2016-05-19 07:10:21 UTC) #4
Lei Zhang
On 2016/05/19 07:10:21, Peter Kasting wrote: > On 2016/05/19 05:45:21, Lei Zhang wrote: > > ...
4 years, 7 months ago (2016-05-19 07:23:38 UTC) #5
Peter Kasting
+rogerta for components/signin/
4 years, 7 months ago (2016-05-19 07:28:28 UTC) #7
Peter Kasting
ping tedchoc/rogerta
4 years, 7 months ago (2016-05-20 18:42:57 UTC) #8
Roger Tawa OOO till Jul 10th
lgtm comp/signin
4 years, 7 months ago (2016-05-20 18:57:41 UTC) #9
Ted C
On 2016/05/20 18:57:41, Roger Tawa wrote: > lgtm comp/signin android - lgtm
4 years, 7 months ago (2016-05-20 20:24:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997453003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997453003/40001
4 years, 7 months ago (2016-05-20 20:33:30 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-20 21:39:25 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 21:41:03 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/28ae5793fe58479fc7a960860e08572c6578a701
Cr-Commit-Position: refs/heads/master@{#395173}

Powered by Google App Engine
This is Rietveld 408576698