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

Issue 10096015: Single URL Expires Were Not Being Deleted. (Closed)

Created:
8 years, 8 months ago by mrossetti
Modified:
8 years, 8 months ago
Reviewers:
CC:
chromium-reviews, ncarter (slow), akalin, Raghu Simha, mihaip+watch_chromium.org, Aaron Boodman, brettw-cc_chromium.org, James Su, tim (not reviewing)
Visibility:
Public.

Description

Single URL Expires Were Not Being Deleted. Some notification clients expect URLs while others expect URLRows but in some cases the URLRows were not being provided. Eliminated the duplication of data structures by removing the set of URLs and relying only on the vector of URLRows. NOTE: This CL is identical to previously reviewed 10031028 except that a leak was fixed in in_memory_url_index_unittest.cc. tim@ for OWNERS review of sync/... BUG=122740 TEST=Added unit test. TBR=tim@chromium.org Previously reviewed as: https://chromiumcodereview.appspot.com/10031028 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=132499

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -78 lines) Patch
M chrome/browser/autocomplete/network_action_predictor.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/network_action_predictor.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/network_action_predictor_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/history/android/android_provider_backend.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/history/android/android_provider_backend_unittest.cc View 5 chunks +0 lines, -15 lines 0 comments Download
M chrome/browser/history/expire_history_backend.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/history/expire_history_backend_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/history/history.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_extension_api.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/history/history_notifications.h View 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/history/history_types.h View 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/history/in_memory_url_index_unittest.cc View 5 chunks +32 lines, -1 line 0 comments Download
M chrome/browser/history/shortcuts_backend.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/history/top_sites.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/history_ui.cc View 2 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/visitedlink/visitedlink_master.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/visitedlink/visitedlink_master.cc View 3 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/visitedlink/visitedlink_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698