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

Issue 430813004: Componentize content_settings_provider.h (Closed)

Created:
6 years, 4 months ago by lucinka.brozkova
Modified:
6 years, 3 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, posciak+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, mcasas+watch_chromium.org, dominich, feature-media-reviews_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, wjia+watch_chromium.org, Jered, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Componentize content_settings_provider.h File moved and includes adjusted. BUG=384865

Patch Set 1 #

Total comments: 14

Patch Set 2 : Comments addressed #

Total comments: 2

Patch Set 3 : Comment addressed #

Total comments: 2

Patch Set 4 : Added missing file #

Total comments: 4

Patch Set 5 : Comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -96 lines) Patch
M chrome/browser/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/content_settings/content_settings_observable_provider.h View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/content_settings/content_settings_provider.h View 1 chunk +0 lines, -76 lines 0 comments Download
M chrome/browser/content_settings/content_settings_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/content_settings/content_settings_store.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_stream_devices_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/notifications/desktop_notification_profile_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/desktop_notification_service.h View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_service.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/instant_controller.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M components/content_settings.gypi View 1 1 chunk +12 lines, -0 lines 0 comments Download
A + components/content_settings/core/browser/BUILD.gn View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + components/content_settings/core/browser/content_settings_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
vabr (Chromium)
Thanks, Lucinka. Please address the comments below. Once you fix those, we can add markusheintz ...
6 years, 4 months ago (2014-08-01 11:58:04 UTC) #1
lucinka.brozkova
Hi Vaclav, Thank you for your review. I addressed all your comments. Cheers, Lucie https://codereview.chromium.org/430813004/diff/1/chrome/browser/extensions/api/content_settings/content_settings_store.h ...
6 years, 4 months ago (2014-08-01 13:25:09 UTC) #2
lucinka.brozkova
Hi Markus, Could you please do an OWNERS review? Thank you, Lucie
6 years, 4 months ago (2014-08-01 13:26:55 UTC) #3
vabr (Chromium)
Hi Lucinka, A comment to the .gypi change below. You'll need an OWNERS review from ...
6 years, 4 months ago (2014-08-01 13:40:59 UTC) #4
lucinka.brozkova
Hi Vaclav, Thank you. Comment addressed. Cheers, Lucie https://codereview.chromium.org/430813004/diff/20001/components/content_settings.gypi File components/content_settings.gypi (right): https://codereview.chromium.org/430813004/diff/20001/components/content_settings.gypi#newcode20 components/content_settings.gypi:20: # ...
6 years, 4 months ago (2014-08-01 14:00:41 UTC) #5
lucinka.brozkova
Hi Jochen, Could you please do an OWNERS review? Thank you, Lucie
6 years, 4 months ago (2014-08-01 14:01:31 UTC) #6
vabr (Chromium)
https://codereview.chromium.org/430813004/diff/10017/chrome/browser/BUILD.gn File chrome/browser/BUILD.gn (right): https://codereview.chromium.org/430813004/diff/10017/chrome/browser/BUILD.gn#newcode48 chrome/browser/BUILD.gn:48: "//components/content_settings/core/browser", Did you forget to include components/content_settings/core/browser/BUILD.gn in your ...
6 years, 4 months ago (2014-08-01 14:32:48 UTC) #7
lucinka.brozkova
Added missing file. https://codereview.chromium.org/430813004/diff/10017/chrome/browser/BUILD.gn File chrome/browser/BUILD.gn (right): https://codereview.chromium.org/430813004/diff/10017/chrome/browser/BUILD.gn#newcode48 chrome/browser/BUILD.gn:48: "//components/content_settings/core/browser", Yes, sorry. Fixed now. On ...
6 years, 4 months ago (2014-08-01 15:12:20 UTC) #8
markusheintz_
LGTM https://codereview.chromium.org/430813004/diff/50001/chrome/browser/notifications/desktop_notification_service.h File chrome/browser/notifications/desktop_notification_service.h (right): https://codereview.chromium.org/430813004/diff/50001/chrome/browser/notifications/desktop_notification_service.h#newcode30 chrome/browser/notifications/desktop_notification_service.h:30: class ContentSettingsPattern; While you are touching this file ...
6 years, 4 months ago (2014-08-01 15:27:20 UTC) #9
vabr (Chromium)
Lucie, Jochen informed me today that he prefers CLs moving files being done in a ...
6 years, 4 months ago (2014-08-04 10:48:59 UTC) #10
jochen (gone - plz use gerrit)
On 2014/08/04 at 10:48:59, vabr wrote: > Lucie, > > Jochen informed me today that ...
6 years, 4 months ago (2014-08-04 11:13:43 UTC) #11
lucinka.brozkova
6 years, 4 months ago (2014-08-08 10:28:18 UTC) #12
Hi Jochen,

I addressed the comments from Markus.

Could you review these files please?
chrome/browser/BUILD.gn
chrome/browser/extensions/api/content_settings/content_settings_store.h
chrome/browser/media/media_stream_devices_controller.cc
chrome/browser/notifications/desktop_notification_profile_util.cc
chrome/browser/notifications/desktop_notification_service.h
chrome/browser/notifications/desktop_notification_service.cc
chrome/browser/profiles/profile_io_data.cc
chrome/browser/ui/search/instant_controller.cc
chrome/browser/ui/webui/options/content_settings_handler.cc
components/content_settings.gypi

Cheers,

Lucie

https://codereview.chromium.org/430813004/diff/50001/chrome/browser/notificat...
File chrome/browser/notifications/desktop_notification_service.h (right):

https://codereview.chromium.org/430813004/diff/50001/chrome/browser/notificat...
chrome/browser/notifications/desktop_notification_service.h:30: class
ContentSettingsPattern;
On 2014/08/01 15:27:20, markusheintz_ wrote:
> While you are touching this file anyway. I think this forward declaration is
not
> used any more. Pls remove.

Done.

https://codereview.chromium.org/430813004/diff/50001/chrome/browser/ui/search...
File chrome/browser/ui/search/instant_controller.cc (right):

https://codereview.chromium.org/430813004/diff/50001/chrome/browser/ui/search...
chrome/browser/ui/search/instant_controller.cc:10: #include
"chrome/browser/content_settings/host_content_settings_map.h"
On 2014/08/01 15:27:20, markusheintz_ wrote:
> Looks like this is also not used.

Done.

Powered by Google App Engine
This is Rietveld 408576698