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

Issue 591063003: Split ChromeContentBrowserClient into smaller parts. (Closed)

Created:
6 years, 3 months ago by Jitu( very slow this week)
Modified:
6 years ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Split ChromeContentBrowserClient into smaller parts. In this patch refactor the code and move some plugin related code to ChromeContentBrowserClientPluginPart. BUG=414061 Committed: https://crrev.com/42e889aec29b5b68cf87b17e58fb1cb0303f110c Cr-Commit-Position: refs/heads/master@{#307003}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Moved to new file #

Patch Set 3 : Fix build errors #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 15

Patch Set 6 : fix review comment #

Total comments: 1

Patch Set 7 : fix comments #

Total comments: 3

Patch Set 8 : Moved headers inside flag #

Total comments: 1

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -85 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 10 chunks +22 lines, -85 lines 0 comments Download
A chrome/browser/plugins/chrome_content_browser_client_plugins_part.h View 1 2 3 4 5 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc View 1 2 3 4 5 6 7 8 1 chunk +153 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (5 generated)
Jitu( very slow this week)
still fill some of the code can be moved inside ChromeContentBrowserClientExtensionsPart, so added. PTAL...
6 years, 3 months ago (2014-09-22 14:14:02 UTC) #2
Jitu( very slow this week)
On 2014/09/22 14:14:02, Jitu wrote: > still feel some of the code can be moved ...
6 years, 3 months ago (2014-09-22 14:14:35 UTC) #3
Lei Zhang
Thank you for taking this on. Looking good, but below is the reason why I ...
6 years, 3 months ago (2014-09-23 01:15:11 UTC) #4
Jitu( very slow this week)
On 2014/09/23 01:15:11, Lei Zhang wrote: > Thank you for taking this on. Looking good, ...
6 years, 3 months ago (2014-09-24 12:06:02 UTC) #5
Jitu( very slow this week)
PTAL
6 years, 2 months ago (2014-09-26 14:16:44 UTC) #7
Lei Zhang
On 2014/09/26 14:16:44, Jitu (slow this week) wrote: > PTAL Patch set 2 either doesn't ...
6 years, 2 months ago (2014-09-26 16:14:47 UTC) #8
Jitu( very slow this week)
Dear Lei Zhang, I just tried to add the same code in different files. This ...
6 years, 2 months ago (2014-10-14 04:15:38 UTC) #11
Lei Zhang
(Whoops, this CL fell through the cracks! Sorry for the late reply.) It's not immediately ...
6 years, 1 month ago (2014-11-18 03:14:46 UTC) #12
Jitu( very slow this week)
sorry for late response. PTAL
6 years ago (2014-12-04 13:37:38 UTC) #13
Lei Zhang
looking good... https://codereview.chromium.org/591063003/diff/200001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/591063003/diff/200001/chrome/browser/chrome_content_browser_client.cc#newcode2580 chrome/browser/chrome_content_browser_client.cc:2580: if (CommandLine::ForCurrentProcess()->HasSwitch( Move this into chrome_content_browser_client_plugins_part.cc as ...
6 years ago (2014-12-04 22:59:43 UTC) #14
Jitu( very slow this week)
Fixed the comments PTAL https://codereview.chromium.org/591063003/diff/200001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/591063003/diff/200001/chrome/browser/chrome_content_browser_client.cc#newcode2580 chrome/browser/chrome_content_browser_client.cc:2580: if (CommandLine::ForCurrentProcess()->HasSwitch( On 2014/12/04 22:59:43, ...
6 years ago (2014-12-05 05:39:31 UTC) #15
Lei Zhang
https://codereview.chromium.org/591063003/diff/200001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc File chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc (right): https://codereview.chromium.org/591063003/diff/200001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode45 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:45: const extensions::ExtensionSet* extension_set = NULL; On 2014/12/05 05:39:31, Jitu ...
6 years ago (2014-12-05 05:45:47 UTC) #16
Jitu( very slow this week)
PTAL https://codereview.chromium.org/591063003/diff/240001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc File chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc (right): https://codereview.chromium.org/591063003/diff/240001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode135 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:135: #endif While i have tried like here #else ...
6 years ago (2014-12-05 06:53:49 UTC) #17
Lei Zhang
lgtm https://codereview.chromium.org/591063003/diff/240001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc File chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc (right): https://codereview.chromium.org/591063003/diff/240001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode8 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:8: #include "chrome/browser/extensions/extension_service.h" Can you put all the extensions ...
6 years ago (2014-12-05 06:58:51 UTC) #18
Jitu( very slow this week)
PTAL https://codereview.chromium.org/591063003/diff/240001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc File chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc (right): https://codereview.chromium.org/591063003/diff/240001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode8 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:8: #include "chrome/browser/extensions/extension_service.h" On 2014/12/05 06:58:51, Lei Zhang wrote: ...
6 years ago (2014-12-05 08:02:43 UTC) #19
Lei Zhang
https://codereview.chromium.org/591063003/diff/260001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc File chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc (right): https://codereview.chromium.org/591063003/diff/260001/chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc#newcode8 chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc:8: #include "chrome/browser/extensions/extension_service.h" You forgot this guy
6 years ago (2014-12-05 08:07:02 UTC) #20
Jitu( very slow this week)
sorry i overlooked it :) PTAL
6 years ago (2014-12-05 08:13:26 UTC) #21
Lei Zhang
lgtm++
6 years ago (2014-12-05 08:14:03 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/591063003/280001
6 years ago (2014-12-05 08:15:11 UTC) #24
commit-bot: I haz the power
Committed patchset #9 (id:280001)
6 years ago (2014-12-05 09:06:04 UTC) #25
commit-bot: I haz the power
6 years ago (2014-12-05 09:08:18 UTC) #26
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/42e889aec29b5b68cf87b17e58fb1cb0303f110c
Cr-Commit-Position: refs/heads/master@{#307003}

Powered by Google App Engine
This is Rietveld 408576698