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

Issue 7545004: Component update (part 6), wire sigleton to browser (Closed)

Created:
9 years, 4 months ago by cpu_(ooo_6.6-7.5)
Modified:
9 years, 4 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Component update part six, wire sigleton to browser Also adds a minimalistic configurator TEST=none BUG=61602 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95336

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -0 lines) Patch
M chrome/browser/browser_process.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 2 chunks +19 lines, -0 lines 0 comments Download
A chrome/browser/component_updater/component_updater_configurator.h View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/component_updater/component_updater_configurator.cc View 1 1 chunk +103 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/testing_browser_process.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/testing_browser_process.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
cpu_(ooo_6.6-7.5)
I might remove the configurator header and just add the factory function on an existing ...
9 years, 4 months ago (2011-08-01 02:07:13 UTC) #1
asargent_no_longer_on_chrome
LGTM http://codereview.chromium.org/7545004/diff/5001/chrome/browser/browser_process.h File chrome/browser/browser_process.h (right): http://codereview.chromium.org/7545004/diff/5001/chrome/browser/browser_process.h#newcode250 chrome/browser/browser_process.h:250: #if !defined(OS_CHROMEOS) So I guess the plan is ...
9 years, 4 months ago (2011-08-02 23:57:07 UTC) #2
cpu_(ooo_6.6-7.5)
9 years, 4 months ago (2011-08-03 20:17:12 UTC) #3
thanks. I will commit shortly.

http://codereview.chromium.org/7545004/diff/5001/chrome/browser/browser_proce...
File chrome/browser/browser_process.h (right):

http://codereview.chromium.org/7545004/diff/5001/chrome/browser/browser_proce...
chrome/browser/browser_process.h:250: #if !defined(OS_CHROMEOS)
On 2011/08/02 23:57:07, Antony Sargent wrote:
> So I guess the plan is to not use this on chromeos? Instead of hiding this
> behind #ifdef, would it make sense to have it just return null on chromeos?

Done.

http://codereview.chromium.org/7545004/diff/5001/chrome/browser/component_upd...
File chrome/browser/component_updater/component_updater_configurator.cc (right):

http://codereview.chromium.org/7545004/diff/5001/chrome/browser/component_upd...
chrome/browser/component_updater/component_updater_configurator.cc:84: return
GURL("http://clients2.google.com/service/update2/crx");
On 2011/08/02 23:57:07, Antony Sargent wrote:
> I think we have a constant for this somewhere in the extensions code - it
might
> be good to consolidate. You could save 46 bytes! 

I don't think this is going to be the real url. I need it this week to test
though.

http://codereview.chromium.org/7545004/diff/5001/chrome/common/chrome_switche...
File chrome/common/chrome_switches.cc (right):

http://codereview.chromium.org/7545004/diff/5001/chrome/common/chrome_switche...
chrome/common/chrome_switches.cc:144: // Only valid for the browser process.
On 2011/08/02 23:57:07, Antony Sargent wrote:
> nit: If you think we'll have this flag long-term, it might be nice to list
> possible values here. 

ok

Powered by Google App Engine
This is Rietveld 408576698