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

Issue 2916323004: Expose GetLoggingFileName in ContentBrowserClient. (Closed)

Created:
3 years, 6 months ago by Greg K
Modified:
3 years, 6 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Expose GetLoggingFileName in ContentBrowserClient. The V2 sandbox will need to get the path to the logging file name, so this exposes the function to content/ through the client. BUG=689306 Review-Url: https://codereview.chromium.org/2916323004 Cr-Commit-Position: refs/heads/master@{#479485} Committed: https://chromium.googlesource.com/chromium/src/+/a67fad5ca2650a022181a7d06f502a94aa6f09f1

Patch Set 1 #

Patch Set 2 : Simplify API #

Total comments: 6

Patch Set 3 : Cleanup per review #

Total comments: 4

Patch Set 4 : Move function order to match header #

Total comments: 2

Patch Set 5 : Clarify why function is exposed #

Patch Set 6 : Rebase #

Patch Set 7 : Fix namespace #

Patch Set 8 : Expose GetLoggingFileName in ContentBrowserClient. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client_unittest.cc View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 48 (32 generated)
Greg K
PTAL. Thanks, Greg
3 years, 6 months ago (2017-06-02 23:59:59 UTC) #4
Robert Sesek
https://codereview.chromium.org/2916323004/diff/20001/chrome/browser/chrome_content_browser_client_unittest.cc File chrome/browser/chrome_content_browser_client_unittest.cc (right): https://codereview.chromium.org/2916323004/diff/20001/chrome/browser/chrome_content_browser_client_unittest.cc#newcode583 chrome/browser/chrome_content_browser_client_unittest.cc:583: class GetLoggingFileTest : public testing::Test {}; ChromeContentBrowserClient... https://codereview.chromium.org/2916323004/diff/20001/content/public/browser/content_browser_client.h File ...
3 years, 6 months ago (2017-06-05 15:20:31 UTC) #9
Greg K
https://codereview.chromium.org/2916323004/diff/20001/chrome/browser/chrome_content_browser_client_unittest.cc File chrome/browser/chrome_content_browser_client_unittest.cc (right): https://codereview.chromium.org/2916323004/diff/20001/chrome/browser/chrome_content_browser_client_unittest.cc#newcode583 chrome/browser/chrome_content_browser_client_unittest.cc:583: class GetLoggingFileTest : public testing::Test {}; On 2017/06/05 15:20:30, ...
3 years, 6 months ago (2017-06-05 19:03:32 UTC) #12
Robert Sesek
LGTM w/ nits https://codereview.chromium.org/2916323004/diff/40001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/2916323004/diff/40001/chrome/browser/chrome_content_browser_client.cc#newcode3619 chrome/browser/chrome_content_browser_client.cc:3619: base::FilePath ChromeContentBrowserClient::GetLoggingFileName() { Place in order ...
3 years, 6 months ago (2017-06-05 23:22:48 UTC) #15
Greg K
https://codereview.chromium.org/2916323004/diff/40001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/2916323004/diff/40001/chrome/browser/chrome_content_browser_client.cc#newcode3619 chrome/browser/chrome_content_browser_client.cc:3619: base::FilePath ChromeContentBrowserClient::GetLoggingFileName() { On 2017/06/05 23:22:48, Robert Sesek wrote: ...
3 years, 6 months ago (2017-06-05 23:53:04 UTC) #17
Greg K
creis@chromium.org: Please review changes in content/ Thanks, Greg
3 years, 6 months ago (2017-06-05 23:53:15 UTC) #19
Charlie Reis
Seems ok, but we tend to ask for new public methods to have a caller ...
3 years, 6 months ago (2017-06-06 16:34:19 UTC) #23
Greg K
On 2017/06/06 16:34:19, Charlie Reis wrote: > Seems ok, but we tend to ask for ...
3 years, 6 months ago (2017-06-06 17:08:55 UTC) #24
Charlie Reis
Sounds good. Basically looks good with the nit below, and we can revisit when the ...
3 years, 6 months ago (2017-06-06 17:14:11 UTC) #25
Greg K
https://codereview.chromium.org/2916323004/diff/60001/content/public/browser/content_browser_client.h File content/public/browser/content_browser_client.h (right): https://codereview.chromium.org/2916323004/diff/60001/content/public/browser/content_browser_client.h#newcode323 content/public/browser/content_browser_client.h:323: // Returns the fully qualified path to the log ...
3 years, 6 months ago (2017-06-06 17:18:17 UTC) #28
Greg K
On 2017/06/06 17:18:17, Greg K wrote: > https://codereview.chromium.org/2916323004/diff/60001/content/public/browser/content_browser_client.h > File content/public/browser/content_browser_client.h (right): > > https://codereview.chromium.org/2916323004/diff/60001/content/public/browser/content_browser_client.h#newcode323 ...
3 years, 6 months ago (2017-06-09 22:12:39 UTC) #31
Charlie Reis
On 2017/06/09 22:12:39, Greg K wrote: > On 2017/06/06 17:18:17, Greg K wrote: > > ...
3 years, 6 months ago (2017-06-09 23:43:24 UTC) #32
Greg K
On 2017/06/09 23:43:24, Charlie Reis wrote: > On 2017/06/09 22:12:39, Greg K wrote: > > ...
3 years, 6 months ago (2017-06-12 18:35:03 UTC) #33
Charlie Reis
On 2017/06/12 18:35:03, Greg K wrote: > Right I looked all over but the ContentClient ...
3 years, 6 months ago (2017-06-12 20:56:10 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2916323004/140001
3 years, 6 months ago (2017-06-14 20:13:00 UTC) #45
commit-bot: I haz the power
3 years, 6 months ago (2017-06-14 20:18:34 UTC) #48
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/a67fad5ca2650a022181a7d06f50...

Powered by Google App Engine
This is Rietveld 408576698