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

Issue 11820041: Remove profile-keyed factory boilerplates. (Closed)

Created:
7 years, 11 months ago by Joe Thomas
Modified:
7 years, 11 months ago
CC:
chromium-reviews, Aaron Boodman, tfarina, sail+watch_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove profile-keyed factory boilerplates for bookmarks, history, font-settings, commands, media_galleries_private After the introduction of templatized ProfileKeyedServiceFactory in https://chromiumcodereview.appspot.com/11649053, factories per extension APIs are not needed anymore. BUG=159265 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177558

Patch Set 1 #

Total comments: 2

Patch Set 2 : Patch rebased #

Patch Set 3 : patch rebased #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -505 lines) Patch
D chrome/browser/extensions/api/bookmarks/bookmark_api_factory.h View 1 chunk +0 lines, -35 lines 0 comments Download
D chrome/browser/extensions/api/bookmarks/bookmark_api_factory.cc View 1 1 chunk +0 lines, -47 lines 0 comments Download
M chrome/browser/extensions/api/bookmarks/bookmarks_api.h View 1 2 chunks +15 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/bookmarks/bookmarks_api.cc View 1 2 3 3 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/commands/command_service.h View 4 chunks +16 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/commands/command_service.cc View 2 chunks +14 lines, -0 lines 0 comments Download
D chrome/browser/extensions/api/commands/command_service_factory.h View 1 chunk +0 lines, -43 lines 0 comments Download
D chrome/browser/extensions/api/commands/command_service_factory.cc View 1 chunk +0 lines, -47 lines 0 comments Download
M chrome/browser/extensions/api/commands/commands.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.h View 1 2 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
D chrome/browser/extensions/api/font_settings/font_settings_api_factory.h View 1 chunk +0 lines, -35 lines 0 comments Download
D chrome/browser/extensions/api/font_settings/font_settings_api_factory.cc View 1 chunk +0 lines, -47 lines 0 comments Download
M chrome/browser/extensions/api/history/history_api.h View 1 3 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/history/history_api.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
D chrome/browser/extensions/api/history/history_api_factory.h View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/browser/extensions/api/history/history_api_factory.cc View 1 chunk +0 lines, -47 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.h View 3 chunks +16 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc View 3 chunks +17 lines, -3 lines 0 comments Download
D chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api_factory.h View 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api_factory.cc View 1 chunk +0 lines, -49 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 3 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm View 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_keybinding_registry_cocoa.mm View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc View 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc View 3 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/ui/views/browser_action_view.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_image_view.cc View 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/ui/webui/extensions/command_handler.cc View 3 chunks +2 lines, -5 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 chunks +0 lines, -10 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Joe Thomas
7 years, 11 months ago (2013-01-10 01:44:09 UTC) #1
tfarina
On Wed, Jan 9, 2013 at 11:44 PM, <MHX348@motorola.com> wrote: > Reviewers: Yoyo Zhou, > ...
7 years, 11 months ago (2013-01-10 01:48:41 UTC) #2
Joe Thomas
On 2013/01/10 01:48:41, tfarina wrote: > On Wed, Jan 9, 2013 at 11:44 PM, <mailto:MHX348@motorola.com> ...
7 years, 11 months ago (2013-01-10 02:06:14 UTC) #3
Joe Thomas
@Yoyo: friendly ping.
7 years, 11 months ago (2013-01-15 18:38:45 UTC) #4
Yoyo Zhou
Sorry, I must have missed this one. https://codereview.chromium.org/11820041/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api.h File chrome/browser/extensions/api/bookmarks/bookmark_api.h (left): https://codereview.chromium.org/11820041/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api.h#oldcode1 chrome/browser/extensions/api/bookmarks/bookmark_api.h:1: // Copyright ...
7 years, 11 months ago (2013-01-15 19:48:16 UTC) #5
Joe Thomas
Patch Rebased. please review. https://codereview.chromium.org/11820041/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api.h File chrome/browser/extensions/api/bookmarks/bookmark_api.h (left): https://codereview.chromium.org/11820041/diff/1/chrome/browser/extensions/api/bookmarks/bookmark_api.h#oldcode1 chrome/browser/extensions/api/bookmarks/bookmark_api.h:1: // Copyright (c) 2012 The ...
7 years, 11 months ago (2013-01-16 00:07:57 UTC) #6
Yoyo Zhou
LGTM
7 years, 11 months ago (2013-01-16 00:58:36 UTC) #7
Joe Thomas
+ ben for chrome/browser/ui/views/ & gyp changes + sail for chrome/browser/ui/cocoa/ + estade for chrome/browser/ui/gtk/ ...
7 years, 11 months ago (2013-01-16 01:07:28 UTC) #8
Joe Thomas
+ ben for chrome/browser/ui/views/ & gyp changes + sail for chrome/browser/ui/cocoa/ + estade for chrome/browser/ui/gtk/ ...
7 years, 11 months ago (2013-01-16 01:08:28 UTC) #9
sail
cocoa/* LGTM Some nits about the CL description: summary should be a short line "are ...
7 years, 11 months ago (2013-01-16 01:12:42 UTC) #10
Joe Thomas
On 2013/01/16 01:12:42, sail wrote: > cocoa/* LGTM > Some nits about the CL description: ...
7 years, 11 months ago (2013-01-16 01:20:40 UTC) #11
sail
> http://www.chromium.org/developers/contributing-code says that non-committers > should include a message like this. Anyhow I removed ...
7 years, 11 months ago (2013-01-16 01:24:49 UTC) #12
Joe Thomas
On 2013/01/16 01:24:49, sail wrote: > > http://www.chromium.org/developers/contributing-code says that non-committers > > should include ...
7 years, 11 months ago (2013-01-16 01:27:02 UTC) #13
Evan Stade
gtk and webui rslgtm
7 years, 11 months ago (2013-01-16 03:51:43 UTC) #14
Miranda Callahan
On 2013/01/16 03:51:43, Evan Stade wrote: > gtk and webui rslgtm profiles/* LGTM
7 years, 11 months ago (2013-01-16 14:29:17 UTC) #15
Ben Goodger (Google)
gyp & ui/views lgtm
7 years, 11 months ago (2013-01-16 17:58:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11820041/7001
7 years, 11 months ago (2013-01-17 00:24:18 UTC) #17
commit-bot: I haz the power
Failed to apply patch for chrome/browser/profiles/profile_dependency_manager.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 11 months ago (2013-01-17 00:24:53 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11820041/19001
7 years, 11 months ago (2013-01-17 18:16:00 UTC) #19
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/views/extensions/extension_installed_bubble.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 11 months ago (2013-01-17 18:16:09 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11820041/22001
7 years, 11 months ago (2013-01-17 19:39:13 UTC) #21
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests
7 years, 11 months ago (2013-01-17 21:34:37 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/MHX348@motorola.com/11820041/22001
7 years, 11 months ago (2013-01-17 21:48:51 UTC) #23
commit-bot: I haz the power
7 years, 11 months ago (2013-01-18 01:07:11 UTC) #24
Message was sent while issue was closed.
Change committed as 177558

Powered by Google App Engine
This is Rietveld 408576698