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

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

Created:
8 years, 8 months ago by Ryan Sleevi
Modified:
8 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, erikwright (departed), rkn, wtc, mihaip+watch_chromium.org, Randy Smith (Not in Mondays), Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 10

Patch Set 2 : Implementation fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -65 lines) Patch
M chrome/browser/component_updater/component_updater_service.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/history/history_browsertest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/history/history_extension_api.h View 1 7 chunks +43 lines, -13 lines 0 comments Download
M chrome/browser/history/history_types.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/in_memory_url_index.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/history/in_memory_url_index.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/history/shortcuts_backend.h View 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/history/shortcuts_backend.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/shortcuts_database.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/history/shortcuts_database.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/top_sites.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/history/top_sites_extension_api.h View 1 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/history/top_sites_extension_api.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/history/top_sites_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/net/crl_set_fetcher.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/net/crl_set_fetcher.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.h View 1 1 chunk +4 lines, -7 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.cc View 1 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/net/sqlite_server_bound_cert_store.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/net/sqlite_server_bound_cert_store.cc View 1 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/net/sqlite_server_bound_cert_store_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/net/ssl_config_service_manager_pref.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Ryan Sleevi
eroman: chrome/browser/net sky: chrome/browser/history cpu: chrome/browser/component_updater
8 years, 8 months ago (2012-04-13 08:54:57 UTC) #1
sky
http://codereview.chromium.org/10071032/diff/1/chrome/browser/history/history_browsertest.cc File chrome/browser/history/history_browsertest.cc (right): http://codereview.chromium.org/10071032/diff/1/chrome/browser/history/history_browsertest.cc#newcode45 chrome/browser/history/history_browsertest.cc:45: virtual ~WaitForHistoryTask() {} There are subclasses of this class. ...
8 years, 8 months ago (2012-04-13 15:50:52 UTC) #2
cpu_(ooo_6.6-7.5)
lgtm on the component updater
8 years, 8 months ago (2012-04-13 17:41:40 UTC) #3
eroman
http://codereview.chromium.org/10071032/diff/1/chrome/browser/net/sqlite_persistent_cookie_store.h File chrome/browser/net/sqlite_persistent_cookie_store.h (right): http://codereview.chromium.org/10071032/diff/1/chrome/browser/net/sqlite_persistent_cookie_store.h#newcode52 chrome/browser/net/sqlite_persistent_cookie_store.h:52: virtual ~SQLitePersistentCookieStore(); Is it intentional that these lack implementations?
8 years, 8 months ago (2012-04-13 18:47:25 UTC) #4
Ryan Sleevi
http://codereview.chromium.org/10071032/diff/1/chrome/browser/net/sqlite_persistent_cookie_store.h File chrome/browser/net/sqlite_persistent_cookie_store.h (right): http://codereview.chromium.org/10071032/diff/1/chrome/browser/net/sqlite_persistent_cookie_store.h#newcode52 chrome/browser/net/sqlite_persistent_cookie_store.h:52: virtual ~SQLitePersistentCookieStore(); On 2012/04/13 18:47:25, eroman wrote: > Is ...
8 years, 8 months ago (2012-04-13 18:52:34 UTC) #5
Ryan Sleevi
http://codereview.chromium.org/10071032/diff/1/chrome/browser/history/history_browsertest.cc File chrome/browser/history/history_browsertest.cc (right): http://codereview.chromium.org/10071032/diff/1/chrome/browser/history/history_browsertest.cc#newcode45 chrome/browser/history/history_browsertest.cc:45: virtual ~WaitForHistoryTask() {} On 2012/04/13 15:50:52, sky wrote: > ...
8 years, 8 months ago (2012-04-13 19:00:25 UTC) #6
eroman
LGTM for browser/net/* http://codereview.chromium.org/10071032/diff/1/chrome/browser/net/sqlite_persistent_cookie_store.h File chrome/browser/net/sqlite_persistent_cookie_store.h (right): http://codereview.chromium.org/10071032/diff/1/chrome/browser/net/sqlite_persistent_cookie_store.h#newcode52 chrome/browser/net/sqlite_persistent_cookie_store.h:52: virtual ~SQLitePersistentCookieStore(); On 2012/04/13 18:52:35, Ryan ...
8 years, 8 months ago (2012-04-13 19:26:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10071032/9001
8 years, 8 months ago (2012-04-25 05:28:04 UTC) #8
commit-bot: I haz the power
Presubmit check for 10071032-9001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 8 months ago (2012-04-25 05:28:19 UTC) #9
Ryan Sleevi
sky: Looks like I never collected my LGTM stamp from you :)
8 years, 8 months ago (2012-04-25 05:29:23 UTC) #10
sky
LGTM
8 years, 7 months ago (2012-04-27 03:38:48 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10071032/9001
8 years, 7 months ago (2012-04-27 03:40:22 UTC) #12
commit-bot: I haz the power
8 years, 7 months ago (2012-04-27 05:07:20 UTC) #13
Change committed as 134231

Powered by Google App Engine
This is Rietveld 408576698