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

Issue 898003002: [Cleanup] Const-correct the profile() method for the EasyUnlockService (Closed)

Created:
5 years, 10 months ago by Ilya Sherman
Modified:
5 years, 10 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Cleanup] Const-correct the profile() method for the EasyUnlockService BUG=none TEST=none R=rogerta@chromium.org, sky@chromium.org Committed: https://crrev.com/91ffd8b5c50310a5b6bdcf55165bbca92247c112 Cr-Commit-Position: refs/heads/master@{#317014}

Patch Set 1 #

Total comments: 4

Patch Set 2 : nullptr and inline a simple implementation #

Patch Set 3 : Rebase #

Patch Set 4 : Const-correct after rebase #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -94 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/attestation/platform_verification_flow.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/attestation/platform_verification_flow.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/first_run_private_api.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/path_util.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_system_provider/mount_path_util.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_factory.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/signin/auth_sync_observer.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/platform_keys/platform_keys_nss.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/policy_cert_service_factory.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/profiles/profile_helper.h View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/profiles/profile_helper.cc View 1 2 3 7 chunks +17 lines, -11 lines 0 comments Download
M chrome/browser/policy/profile_policy_connector_factory.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/schema_registry_service_factory.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 2 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/easy_unlock_service.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/signin/easy_unlock_service_regular.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/screenlock_bridge.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/screenlock_bridge.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_manager_factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/signin/signin_manager_factory.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/supervised_user/chromeos/manager_password_service_factory.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/supervised_user/chromeos/supervised_user_password_service_factory.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.cc View 1 2 3 7 chunks +29 lines, -26 lines 0 comments Download
M chrome/browser/ui/ash/user_accounts_delegate_chromeos.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 20 (6 generated)
Ilya Sherman
sky@chromium.org for //chrome/test and //chrome/browser/ui rogerta@chromium.org for the rest (//chrome/browser/profiles and //chrome/browser/signin)
5 years, 10 months ago (2015-02-05 03:11:13 UTC) #1
sky
https://chromiumcodereview.appspot.com/898003002/diff/1/chrome/browser/ui/app_list/test/fake_profile.cc File chrome/browser/ui/app_list/test/fake_profile.cc (right): https://chromiumcodereview.appspot.com/898003002/diff/1/chrome/browser/ui/app_list/test/fake_profile.cc#newcode124 chrome/browser/ui/app_list/test/fake_profile.cc:124: return NULL; nullptr? https://chromiumcodereview.appspot.com/898003002/diff/1/chrome/test/base/testing_profile.cc File chrome/test/base/testing_profile.cc (right): https://chromiumcodereview.appspot.com/898003002/diff/1/chrome/test/base/testing_profile.cc#newcode821 chrome/test/base/testing_profile.cc:821: ...
5 years, 10 months ago (2015-02-05 17:00:58 UTC) #2
Ilya Sherman
https://chromiumcodereview.appspot.com/898003002/diff/1/chrome/browser/ui/app_list/test/fake_profile.cc File chrome/browser/ui/app_list/test/fake_profile.cc (right): https://chromiumcodereview.appspot.com/898003002/diff/1/chrome/browser/ui/app_list/test/fake_profile.cc#newcode124 chrome/browser/ui/app_list/test/fake_profile.cc:124: return NULL; On 2015/02/05 17:00:58, sky wrote: > nullptr? ...
5 years, 10 months ago (2015-02-05 21:24:58 UTC) #3
sky
LGTM
5 years, 10 months ago (2015-02-06 01:02:07 UTC) #4
Ilya Sherman
Roger, friendly ping now that your hackweek has concluded :)
5 years, 10 months ago (2015-02-10 04:24:18 UTC) #5
Roger Tawa OOO till Jul 10th
lgtm Sorry for delay Ilya.
5 years, 10 months ago (2015-02-11 18:08:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898003002/20001
5 years, 10 months ago (2015-02-11 18:57:33 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/7247)
5 years, 10 months ago (2015-02-11 19:22:23 UTC) #10
Ilya Sherman
I hit a conflict after rebasing that required editing a bunch more files. There are ...
5 years, 10 months ago (2015-02-12 00:08:36 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898003002/60001
5 years, 10 months ago (2015-02-19 07:05:00 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/60308) ios_rel_device_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 10 months ago (2015-02-19 07:08:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898003002/80001
5 years, 10 months ago (2015-02-19 07:43:59 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 10 months ago (2015-02-19 08:52:07 UTC) #19
commit-bot: I haz the power
5 years, 10 months ago (2015-02-19 08:53:28 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/91ffd8b5c50310a5b6bdcf55165bbca92247c112
Cr-Commit-Position: refs/heads/master@{#317014}

Powered by Google App Engine
This is Rietveld 408576698