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

Issue 9146007: Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads that are used in ma... (Closed)

Created:
8 years, 11 months ago by jam
Modified:
8 years, 11 months ago
Reviewers:
Dmitry Polukhin, zel
CC:
chromium-reviews, nkostylev+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, altimofeev
Visibility:
Public.

Description

Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads that are used in many places. In cases where a specific feature/class needs a thread, it should just create it directly. Add a comment about this in BrowserThread. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117061

Patch Set 1 : '' #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -48 lines) Patch
M chrome/browser/browser_process_impl.cc View 1 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/web_socket_proxy_controller.cc View 1 6 chunks +18 lines, -10 lines 0 comments Download
M chrome/browser/metrics/thread_watcher.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M content/browser/browser_main_loop.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 3 chunks +0 lines, -12 lines 0 comments Download
M content/browser/browser_thread_impl.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/browser/browser_thread.h View 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jam
The new thread destruction order is the same as the original change which added this ...
8 years, 11 months ago (2012-01-09 17:59:16 UTC) #1
jam
btw is there a way for me to verify this change using the linux_chromeos build?
8 years, 11 months ago (2012-01-09 18:11:16 UTC) #2
zel
LGTM the code change is ok, but I am not super familiar with test procedures. ...
8 years, 11 months ago (2012-01-10 01:18:58 UTC) #3
Dmitry Polukhin
+ Alexey who was touched TCP proxy code recently Running ExtensionWebSocketProxyPrivateApiTest.Pass on linux_chromeos should be ...
8 years, 11 months ago (2012-01-10 08:03:08 UTC) #4
jam
On 2012/01/10 08:03:08, Dmitry Polukhin wrote: > + Alexey who was touched TCP proxy code ...
8 years, 11 months ago (2012-01-10 17:35:06 UTC) #5
jam
On 2012/01/10 17:35:06, John Abd-El-Malek wrote: > On 2012/01/10 08:03:08, Dmitry Polukhin wrote: > > ...
8 years, 11 months ago (2012-01-10 18:27:43 UTC) #6
Dmitry Polukhin
LGTM but please run trybots before commit.
8 years, 11 months ago (2012-01-10 19:45:11 UTC) #7
jam
8 years, 11 months ago (2012-01-10 19:47:07 UTC) #8
I always do :) check out patchset 2. patchset 3 just removed two files that
accidentally made it into patchset 2 (they just removed unnecessary
includes), so i didn't run trybots on ps3 after removing those files.

On Tue, Jan 10, 2012 at 11:45 AM, <dpolukhin@chromium.org> wrote:

> LGTM but please run trybots before commit.
>
>
http://codereview.chromium.**org/9146007/<http://codereview.chromium.org/9146...
>

Powered by Google App Engine
This is Rietveld 408576698