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

Issue 10985083: Upstreaming SpdyProxy-related switches, OTR logic, and histograms (Closed)

Created:
8 years, 2 months ago by bengr (incorrect)
Modified:
8 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Upstreaming SpdyProxy-related switches, OTR logic, and histograms BUG=149055, 149038 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160200

Patch Set 1 #

Total comments: 2

Patch Set 2 : Isolated OTR Android-specific proxy code #

Patch Set 3 : Removed non-change from pref_names.h #

Total comments: 5

Patch Set 4 : kSpdyProxyOrigin no longer visible to Utilities #

Patch Set 5 : Removed defined(OS_ANDROID) from histograms #

Patch Set 6 : Alphabetized includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 3 3 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/ui/prefs/prefs_tab_helper.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/page_load_histograms.cc View 1 2 3 4 5 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
bengr (incorrect)
This replaces https://codereview.chromium.org/10910260/ and https://codereview.chromium.org/10936002/. I'm hoping that either sky@, thakis@, or thestig@ can review: ...
8 years, 2 months ago (2012-09-28 17:52:49 UTC) #1
rpetterson
https://codereview.chromium.org/10985083/diff/1/chrome/browser/profiles/off_the_record_profile_impl.cc File chrome/browser/profiles/off_the_record_profile_impl.cc (right): https://codereview.chromium.org/10985083/diff/1/chrome/browser/profiles/off_the_record_profile_impl.cc#newcode91 chrome/browser/profiles/off_the_record_profile_impl.cc:91: #if defined(OS_ANDROID) Is it possible to group these into ...
8 years, 2 months ago (2012-09-28 18:10:58 UTC) #2
Lei Zhang
Can |kSpdyProxyEnabled| go in a separate CL?
8 years, 2 months ago (2012-09-28 21:12:51 UTC) #3
bengr (incorrect)
On 2012/09/28 21:12:51, Lei Zhang wrote: > Can |kSpdyProxyEnabled| go in a separate CL? Would ...
8 years, 2 months ago (2012-09-28 21:45:21 UTC) #4
Lei Zhang
On 2012/09/28 21:45:21, bengr wrote: > On 2012/09/28 21:12:51, Lei Zhang wrote: > > Can ...
8 years, 2 months ago (2012-09-28 21:54:56 UTC) #5
Peter Kasting
Rubber-stamp LGTM for prefs_tab_helper.cc
8 years, 2 months ago (2012-09-28 22:57:03 UTC) #6
Nico
Sounds like thestig is on it. Removing myself.
8 years, 2 months ago (2012-10-01 00:47:04 UTC) #7
Miranda Callahan
On 2012/10/01 00:47:04, Nico wrote: > Sounds like thestig is on it. Removing myself. Removing ...
8 years, 2 months ago (2012-10-01 12:59:21 UTC) #8
bengr (incorrect)
https://codereview.chromium.org/10985083/diff/1/chrome/browser/profiles/off_the_record_profile_impl.cc File chrome/browser/profiles/off_the_record_profile_impl.cc (right): https://codereview.chromium.org/10985083/diff/1/chrome/browser/profiles/off_the_record_profile_impl.cc#newcode91 chrome/browser/profiles/off_the_record_profile_impl.cc:91: #if defined(OS_ANDROID) On 2012/09/28 18:10:58, rpetterson wrote: > Is ...
8 years, 2 months ago (2012-10-01 18:52:45 UTC) #9
rpetterson
https://codereview.chromium.org/10985083/diff/11007/chrome/browser/profiles/off_the_record_profile_impl.cc File chrome/browser/profiles/off_the_record_profile_impl.cc (right): https://codereview.chromium.org/10985083/diff/11007/chrome/browser/profiles/off_the_record_profile_impl.cc#newcode168 chrome/browser/profiles/off_the_record_profile_impl.cc:168: void OffTheRecordProfileImpl::UseSystemProxy() { I like this better, but I ...
8 years, 2 months ago (2012-10-01 20:40:15 UTC) #10
bengr (incorrect)
Shall I create a new file in chrome/browser/profiles? If not, do you have a suggestion ...
8 years, 2 months ago (2012-10-01 22:38:06 UTC) #11
rpetterson
On 2012/10/01 22:38:06, bengr wrote: > Shall I create a new file in chrome/browser/profiles? If ...
8 years, 2 months ago (2012-10-01 23:33:52 UTC) #12
bengr (incorrect)
I believe it's a one off. Thanks. On Mon, Oct 1, 2012 at 4:33 PM, ...
8 years, 2 months ago (2012-10-01 23:45:41 UTC) #13
bengr (incorrect)
Ok, if my accounting is correct, I believe I still need sky@ or thestig@ to ...
8 years, 2 months ago (2012-10-02 00:12:13 UTC) #14
sky
LGTM
8 years, 2 months ago (2012-10-02 00:20:33 UTC) #15
Lei Zhang
https://codereview.chromium.org/10985083/diff/11007/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/10985083/diff/11007/chrome/browser/chrome_content_browser_client.cc#newcode935 chrome/browser/chrome_content_browser_client.cc:935: switches::kSpdyProxyOrigin, Do utility processes really need this switch? https://codereview.chromium.org/10985083/diff/11007/chrome/browser/profiles/off_the_record_profile_impl.cc ...
8 years, 2 months ago (2012-10-02 00:25:14 UTC) #16
bengr (incorrect)
https://codereview.chromium.org/10985083/diff/11007/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/10985083/diff/11007/chrome/browser/chrome_content_browser_client.cc#newcode935 chrome/browser/chrome_content_browser_client.cc:935: switches::kSpdyProxyOrigin, I don't believe so. Removed. On 2012/10/02 00:25:14, ...
8 years, 2 months ago (2012-10-02 18:19:00 UTC) #17
Lei Zhang
lgtm++
8 years, 2 months ago (2012-10-02 18:24:45 UTC) #18
bengr (incorrect)
Peter, I'm down to needing an LGTM for chrome/renderer/page_load_histograms.cc. Would you mind taking a look? ...
8 years, 2 months ago (2012-10-02 18:32:27 UTC) #19
bengr (incorrect)
Jim, would you mind taking a look at chrome/renderer/page_load_histograms.cc? I have LGTMs for the rest ...
8 years, 2 months ago (2012-10-03 00:03:48 UTC) #20
jar (doing other things)
On 2012/10/03 00:03:48, bengr wrote: > Jim, would you mind taking a look at chrome/renderer/page_load_histograms.cc? ...
8 years, 2 months ago (2012-10-04 17:49:24 UTC) #21
bengr (incorrect)
I've removed the #if defined(OS_ANDROID) from the SpdyProxy histograms.
8 years, 2 months ago (2012-10-04 18:11:31 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@google.com/10985083/14002
8 years, 2 months ago (2012-10-04 18:14:29 UTC) #23
commit-bot: I haz the power
8 years, 2 months ago (2012-10-04 19:56:32 UTC) #24
Change committed as 160200

Powered by Google App Engine
This is Rietveld 408576698