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

Issue 8336007: Move content_client.h into content/public. (Closed)

Created:
9 years, 2 months ago by Jói
Modified:
9 years, 2 months ago
Reviewers:
Dirk Pranke, jam
CC:
chromium-reviews, cbentzel+watch_chromium.org, creis+watch_chromium.org, ncarter (slow), brettw-cc_chromium.org, Raghu Simha, Erik does not do reviews, idana, jam, mihaip+watch_chromium.org, apatrick_chromium, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, Paweł Hajdan Jr., darin-cc_chromium.org, ajwong+watch_chromium.org, Avi (use Gerrit), robertshield, amit, tim (not reviewing)
Visibility:
Public.

Description

Move content_client.h into content/public. TBR=jam@chromium.org BUG=98716 TEST=it builds Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106167

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix compile issues. #

Patch Set 3 : Remove redundant includes. #

Patch Set 4 : Add back a needed include. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -213 lines) Patch
M chrome/app/chrome_main_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/chrome_url_request_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/device_management_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/http_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/about_page_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_content_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/test/net/fake_external_tab.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browsing_instance.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/content_browser_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/debugger/devtools_manager.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/geolocation/arbitrator_dependency_factory.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/gpu/gpu_data_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/test_render_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/site_instance.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/site_instance_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tab_contents/render_view_host_manager.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D content/common/content_client.h View 1 chunk +0 lines, -119 lines 0 comments Download
D content/common/content_client.cc View 1 chunk +0 lines, -48 lines 0 comments Download
M content/common/gpu/gpu_channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/npobject_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/pepper_plugin_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/sandbox_policy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/swapped_out_messages.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/content_common.gypi View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/plugin/webplugin_delegate_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/plugin/webplugin_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/public/common/content_client.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/public/common/content_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/public/plugin/content_plugin_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/utility/content_utility_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/renderer_glue.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/webworker_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/shell_content_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/test/content_test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/test_content_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/worker/webworker_stub.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
Jói
After many meetings with people, I finally had today's meeting with git grep. Cheers, Jói
9 years, 2 months ago (2011-10-18 00:55:37 UTC) #1
Dirk Pranke
http://codereview.chromium.org/8336007/diff/1/content/public/common/content_client.cc File content/public/common/content_client.cc (right): http://codereview.chromium.org/8336007/diff/1/content/public/common/content_client.cc#newcode5 content/public/common/content_client.cc:5: #include "content/public/public/common/content_client.h" content/public/public? Also, since there's real logic in ...
9 years, 2 months ago (2011-10-18 01:00:38 UTC) #2
Jói
Heh, you caught that like 30 seconds before my compiler did :) I changed the ...
9 years, 2 months ago (2011-10-18 01:12:15 UTC) #3
Jói
Uploaded a new version that should compile cleanly (it does on Linux, and I fixed ...
9 years, 2 months ago (2011-10-18 01:38:49 UTC) #4
jam
the convention I've been trying to follow in my changes and code that I review ...
9 years, 2 months ago (2011-10-18 01:39:49 UTC) #5
Jói
Sure, will report back soon. On Mon, Oct 17, 2011 at 6:39 PM, <jam@chromium.org> wrote: ...
9 years, 2 months ago (2011-10-18 01:41:35 UTC) #6
Jói
Wait, what about IWYU? If the header file actually uses ContentClient, we should include it, ...
9 years, 2 months ago (2011-10-18 01:44:00 UTC) #7
jam
If a file only uses content_client.h, then in that case of course we have to ...
9 years, 2 months ago (2011-10-18 01:51:43 UTC) #8
jam
and to be even more verbose :) this is not like the scenario where header ...
9 years, 2 months ago (2011-10-18 01:54:21 UTC) #9
Dirk Pranke
On Mon, Oct 17, 2011 at 6:33 PM, John Abd-El-Malek <jam@chromium.org> wrote:>>> On Mon, Oct ...
9 years, 2 months ago (2011-10-18 02:27:03 UTC) #10
Jói
I don't feel strongly about whether to allow .cc files under public or not. It ...
9 years, 2 months ago (2011-10-18 02:37:47 UTC) #11
Dirk Pranke
On Mon, Oct 17, 2011 at 7:37 PM, Jói Sigurðsson <joi@chromium.org> wrote: > I don't ...
9 years, 2 months ago (2011-10-18 02:43:17 UTC) #12
jam
I'm fine with having getters in content. I think maybe content::ContentBrowserClient::Get() to match other static ...
9 years, 2 months ago (2011-10-18 15:55:29 UTC) #13
Jói
OK, will remove the redundant content_client.h includes for now. On Tue, Oct 18, 2011 at ...
9 years, 2 months ago (2011-10-18 18:33:43 UTC) #14
Jói
PTAL
9 years, 2 months ago (2011-10-18 22:23:03 UTC) #15
Jói
On 2011/10/18 22:23:03, Jói wrote: > PTAL I discussed with John on IM and TBRed ...
9 years, 2 months ago (2011-10-18 23:36:22 UTC) #16
jam
9 years, 2 months ago (2011-10-19 00:05:02 UTC) #17
lgtm

Powered by Google App Engine
This is Rietveld 408576698