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

Issue 2365763002: [Sync] Removed passphrase helper methods, removed ((n)) pattern, and fixed lint violations. (Closed)

Created:
4 years, 3 months ago by skym
Modified:
4 years, 3 months ago
Reviewers:
maxbogue
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org, sync-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] Removed passphrase helper methods, removed ((n)) pattern, and fixed lint violations. BUG=647875 Committed: https://crrev.com/cbb25ab10573f470c79ef624c1896a3830cc185f Cr-Commit-Position: refs/heads/master@{#420698}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Remove accidental. #

Patch Set 3 : Removed useless pass-through accessors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -197 lines) Patch
M chrome/browser/sync/test/integration/migration_test.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.h View 2 chunks +1 line, -12 lines 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.cc View 2 chunks +1 line, -13 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_apps_sync_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_arc_package_sync_test.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc View 7 chunks +39 lines, -41 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_directory_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/single_client_extensions_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/single_client_password_manager_setting_migrator_service_sync_test.cc View 15 chunks +15 lines, -16 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/single_client_preferences_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_themes_sync_test.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_auth_test.cc View 13 chunks +17 lines, -23 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_exponential_backoff_test.cc View 5 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_extension_helper.cc View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_test.h View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc View 1 2 10 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc View 1 2 4 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc View 5 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
skym
PTAL. I don't _think_ the try bot failures are my fault...
4 years, 3 months ago (2016-09-23 16:58:29 UTC) #7
maxbogue
https://codereview.chromium.org/2365763002/diff/1/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc File chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc (right): https://codereview.chromium.org/2365763002/diff/1/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc#newcode1 chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc:1: h // Copyright 2013 The Chromium Authors. All rights ...
4 years, 3 months ago (2016-09-23 17:39:37 UTC) #8
skym
https://codereview.chromium.org/2365763002/diff/1/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc File chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc (right): https://codereview.chromium.org/2365763002/diff/1/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc#newcode1 chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc:1: h // Copyright 2013 The Chromium Authors. All rights ...
4 years, 3 months ago (2016-09-23 17:55:21 UTC) #11
maxbogue
lgtm; you should update the CL description/title though.
4 years, 3 months ago (2016-09-23 18:01:03 UTC) #12
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/2365763002/40001
4 years, 3 months ago (2016-09-23 19:34:06 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-23 19:42:36 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 19:44:53 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cbb25ab10573f470c79ef624c1896a3830cc185f
Cr-Commit-Position: refs/heads/master@{#420698}

Powered by Google App Engine
This is Rietveld 408576698