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

Issue 10071036: RefCounted types should not have public destructors, chrome/browser/ part 6 (Closed)

Created:
8 years, 8 months ago by Ryan Sleevi
Modified:
8 years, 8 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, GeorgeY, MAD, dyu1, tburkard+watch_chromium.org, dhollowa+watch_chromium.org, brettw-cc_chromium.org, mihaip+watch_chromium.org, cbentzel+watch_chromium.org, Aaron Boodman, dominich+watch_chromium.org, darin-cc_chromium.org, rdsmith+dwatch_chromium.org, tfarina, James Su, Ilya Sherman, mmenke, jar (doing other things)
Visibility:
Public.

Description

RefCounted types should not have public destructors, chrome/browser/ part 6 BUG=123295 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134218

Patch Set 1 #

Patch Set 2 : Implementation fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+719 lines, -599 lines) Patch
M chrome/browser/autocomplete/builtin_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/builtin_provider.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_provider.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/autocomplete/history_provider.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/shortcuts_provider.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/autocomplete_history_manager_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/background/background_contents_service.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chrome_quota_permission_context.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chrome_quota_permission_context.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/content_settings/cookie_settings.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/cookie_settings.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry.h View 1 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry.cc View 1 9 chunks +408 lines, -411 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/debugger/devtools_sanity_unittest.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/download/download_browsertest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/download/download_extension_api.h View 1 14 chunks +66 lines, -28 lines 0 comments Download
M chrome/browser/external_protocol/external_protocol_handler_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/geolocation/chrome_access_token_store.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/geolocation/chrome_access_token_store.cc View 1 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/importer/external_process_importer_client.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/importer/external_process_importer_client.cc View 1 3 chunks +62 lines, -63 lines 0 comments Download
M chrome/browser/importer/external_process_importer_host.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/importer/external_process_importer_host.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/importer/firefox_importer_unittest_utils_mac.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/intranet_redirect_detector.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/memory_purger.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/metrics/field_trial_synchronizer.h View 1 2 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/metrics/field_trial_synchronizer.cc View 1 2 chunks +16 lines, -10 lines 0 comments Download
M chrome/browser/notifications/notification_test_util.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/notifications/notification_test_util.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/pepper_gtalk_message_filter.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/pepper_gtalk_message_filter.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/plugin_info_message_filter.h View 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/plugin_info_message_filter.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/rlz/rlz_extension_api.h View 1 2 chunks +27 lines, -6 lines 0 comments Download
M chrome/browser/rlz/rlz_extension_apitest.cc View 1 1 chunk +9 lines, -4 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_message_filter.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_message_filter.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ssl/ssl_client_auth_requestor_mock.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_client_auth_requestor_mock.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/status_icons/desktop_notification_balloon.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/user_style_sheet_watcher.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ryan Sleevi
pkasting: PTAL
8 years, 8 months ago (2012-04-13 09:14:12 UTC) #1
Peter Kasting
First: Thanks for doing this annoying but useful transform. Next, I really hate to say ...
8 years, 8 months ago (2012-04-13 09:53:03 UTC) #2
Ryan Sleevi
On 2012/04/13 09:53:03, Peter Kasting wrote: > First: Thanks for doing this annoying but useful ...
8 years, 8 months ago (2012-04-16 18:49:04 UTC) #3
Peter Kasting
On 2012/04/16 18:49:04, Ryan Sleevi wrote: > On 2012/04/13 09:53:03, Peter Kasting wrote: > > ...
8 years, 8 months ago (2012-04-16 19:30:06 UTC) #4
Ryan Sleevi
Peter, please take a second look. While taking into consideration the nit (re {} vs ...
8 years, 8 months ago (2012-04-27 00:05:56 UTC) #5
Peter Kasting
LGTM. I didn't review each file; I'm fine with {} on one line for destructors.
8 years, 8 months ago (2012-04-27 00:08:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10071036/5001
8 years, 8 months ago (2012-04-27 00:39:53 UTC) #7
commit-bot: I haz the power
8 years, 8 months ago (2012-04-27 02:56:37 UTC) #8
Change committed as 134218

Powered by Google App Engine
This is Rietveld 408576698