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

Issue 6820065: Profile shouldn't own PinnedTabService. (Closed)

Created:
9 years, 8 months ago by Torne
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Profile shouldn't own PinnedTabService. PinnedTabService is now owned by PinnedTabServiceFactory, using Profile as a key. This uses the ProfileKeyedService infrastructure originally created for ThemeServiceFactory. BUG=77155 TEST=existing tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81390

Patch Set 1 #

Patch Set 2 : Cosmetic tweak #

Patch Set 3 : Rebase, fix compile error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -5 lines) Patch
M chrome/browser/profiles/profile.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/tabs/pinned_tab_service.h View 2 chunks +3 lines, -1 line 0 comments Download
A chrome/browser/tabs/pinned_tab_service_factory.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/tabs/pinned_tab_service_factory.cc View 1 1 chunk +32 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Torne
PinnedTabService is entirely trivial since it functions solely by observation :)
9 years, 8 months ago (2011-04-12 10:51:52 UTC) #1
Elliot Glaysher
On 2011/04/12 10:51:52, Torne wrote: > PinnedTabService is entirely trivial since it functions solely by ...
9 years, 8 months ago (2011-04-12 17:37:04 UTC) #2
commit-bot: I haz the power
9 years, 8 months ago (2011-04-13 10:25:27 UTC) #3
Change committed as 81390

Powered by Google App Engine
This is Rietveld 408576698