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

Issue 611383002: Replace OVERRIDE with its C++11 counterpart in components/password_manager/ (Closed)

Created:
6 years, 2 months ago by Sunil Ratnu
Modified:
6 years, 2 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, gcasto+watchlist_chromium.org, jam, mkwst+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Replace OVERRIDE with its C++11 counterpart in components/password_manager/ This CL replaces |OVERRIDE| with |override| as per allowed C++11 features. |FINAL| is already not used in components/password_manager/ BUG=417463 Committed: https://crrev.com/ebd89062890217392ba453bea3629d0e1e19eaea Cr-Commit-Position: refs/heads/master@{#297600}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed override from methods from blink #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -118 lines) Patch
M components/password_manager/content/browser/content_credential_manager_dispatcher.h View 1 chunk +6 lines, -6 lines 0 comments Download
components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/content/browser/content_password_manager_driver.h View 1 chunk +14 lines, -14 lines 0 comments Download
M components/password_manager/content/browser/password_manager_internals_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/content/renderer/credential_manager_client.h View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/content/renderer/credential_manager_client_browsertest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/browser_save_password_progress_logger.h View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_autofill_manager.h View 1 chunk +6 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_autofill_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_generation_manager_unittest.cc View 4 chunks +12 lines, -12 lines 0 comments Download
M components/password_manager/core/browser/password_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_manager_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store.h View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_store_default.h View 1 chunk +11 lines, -11 lines 0 comments Download
M components/password_manager/core/browser/password_store_default_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_syncable_service.h View 1 chunk +4 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/password_syncable_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/stub_password_manager_client.h View 1 chunk +8 lines, -8 lines 0 comments Download
M components/password_manager/core/browser/stub_password_manager_driver.h View 1 chunk +12 lines, -12 lines 0 comments Download
M components/password_manager/core/browser/test_password_store.h View 1 chunk +12 lines, -12 lines 0 comments Download
M components/password_manager/core/browser/webdata/logins_table.h View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
Sunil Ratnu
Hi Vaclav, Please review this! Thanks! Sunil
6 years, 2 months ago (2014-09-30 13:36:17 UTC) #2
vabr (Chromium)
LGTM with a comment. Thanks! Vaclav https://codereview.chromium.org/611383002/diff/1/components/password_manager/content/renderer/credential_manager_client.h File components/password_manager/content/renderer/credential_manager_client.h (right): https://codereview.chromium.org/611383002/diff/1/components/password_manager/content/renderer/credential_manager_client.h#newcode66 components/password_manager/content/renderer/credential_manager_client.h:66: WebCredentialManagerClient::NotificationCallbacks* callbacks) override; ...
6 years, 2 months ago (2014-09-30 14:39:14 UTC) #3
Sunil Ratnu
https://codereview.chromium.org/611383002/diff/1/components/password_manager/content/renderer/credential_manager_client.h File components/password_manager/content/renderer/credential_manager_client.h (right): https://codereview.chromium.org/611383002/diff/1/components/password_manager/content/renderer/credential_manager_client.h#newcode66 components/password_manager/content/renderer/credential_manager_client.h:66: WebCredentialManagerClient::NotificationCallbacks* callbacks) override; On 2014/09/30 14:39:14, vabr (Chromium) wrote: ...
6 years, 2 months ago (2014-09-30 15:10:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/611383002/40001
6 years, 2 months ago (2014-09-30 15:12:00 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/73100) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/62503) android_aosp ...
6 years, 2 months ago (2014-09-30 15:15:46 UTC) #9
Sunil Ratnu
Patch Failure Error. Will rebase and upload a new patchset tomorrow.
6 years, 2 months ago (2014-09-30 16:15:56 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/611383002/60001
6 years, 2 months ago (2014-10-01 05:57:31 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:60001) as 182ce514d98aeb010da288c6cf6bf56b9b460cac
6 years, 2 months ago (2014-10-01 06:38:53 UTC) #13
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/ebd89062890217392ba453bea3629d0e1e19eaea Cr-Commit-Position: refs/heads/master@{#297600}
6 years, 2 months ago (2014-10-01 06:39:30 UTC) #14
tapted
On 2014/10/01 06:39:30, I haz the power (commit-bot) wrote: > Patchset 3 (id:??) landed as ...
6 years, 2 months ago (2014-10-01 07:58:10 UTC) #15
Sunil Ratnu
6 years, 2 months ago (2014-10-01 09:05:05 UTC) #16
Message was sent while issue was closed.
Just FTR, this was not reverted as seen can be seen at
https://codereview.chromium.org/616283002/

Powered by Google App Engine
This is Rietveld 408576698