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

Issue 654753010: Refactor (Refcounted)BrowserContextKeyedServiceFactory (Closed)

Created:
6 years, 1 month ago by sdefresne
Modified:
6 years, 1 month ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Refactor (Refcounted)BrowserContextKeyedServiceFactory Introduce (Refcounted)KeyedServiceFactory classes that deal with the lifetime management of (Refcounted)KeyedService. Port the classes (Refcounted)BrowserContextKeyedServiceFactory to inherit from them. BUG=419366 Committed: https://crrev.com/28acc0e482c0a4b3b852487bf0bcdd339f830e54 Cr-Commit-Position: refs/heads/master@{#302054}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+607 lines, -357 lines) Patch
M components/keyed_service.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_base_factory.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_base_factory.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_service_factory.h View 1 4 chunks +56 lines, -26 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_service_factory.cc View 1 1 chunk +82 lines, -95 lines 0 comments Download
M components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h View 1 3 chunks +86 lines, -26 lines 0 comments Download
M components/keyed_service/content/refcounted_browser_context_keyed_service_factory.cc View 1 chunk +89 lines, -81 lines 0 comments Download
M components/keyed_service/core/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M components/keyed_service/core/keyed_service_base_factory.cc View 1 chunk +0 lines, -3 lines 0 comments Download
A components/keyed_service/core/keyed_service_factory.h View 1 chunk +97 lines, -0 lines 0 comments Download
A + components/keyed_service/core/keyed_service_factory.cc View 5 chunks +44 lines, -54 lines 0 comments Download
A components/keyed_service/core/refcounted_keyed_service_factory.h View 1 chunk +96 lines, -0 lines 0 comments Download
A + components/keyed_service/core/refcounted_keyed_service_factory.cc View 5 chunks +44 lines, -47 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
sdefresne
erg: please take a look blundell: FYI
6 years, 1 month ago (2014-10-28 16:22:54 UTC) #2
Elliot Glaysher
https://codereview.chromium.org/654753010/diff/1/components/keyed_service/content/browser_context_keyed_base_factory.cc File components/keyed_service/content/browser_context_keyed_base_factory.cc (left): https://codereview.chromium.org/654753010/diff/1/components/keyed_service/content/browser_context_keyed_base_factory.cc#oldcode83 components/keyed_service/content/browser_context_keyed_base_factory.cc:83: // out. So, the method with this comment seems ...
6 years, 1 month ago (2014-10-28 17:46:29 UTC) #3
sdefresne
Please take another look. https://codereview.chromium.org/654753010/diff/1/components/keyed_service/content/browser_context_keyed_base_factory.cc File components/keyed_service/content/browser_context_keyed_base_factory.cc (left): https://codereview.chromium.org/654753010/diff/1/components/keyed_service/content/browser_context_keyed_base_factory.cc#oldcode83 components/keyed_service/content/browser_context_keyed_base_factory.cc:83: // out. On 2014/10/28 17:46:28, ...
6 years, 1 month ago (2014-10-29 08:52:48 UTC) #4
Elliot Glaysher
lgtm
6 years, 1 month ago (2014-10-29 22:43:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/654753010/20001
6 years, 1 month ago (2014-10-30 08:12:12 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 1 month ago (2014-10-30 08:52:35 UTC) #8
commit-bot: I haz the power
6 years, 1 month ago (2014-10-30 08:53:13 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/28acc0e482c0a4b3b852487bf0bcdd339f830e54
Cr-Commit-Position: refs/heads/master@{#302054}

Powered by Google App Engine
This is Rietveld 408576698