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

Issue 7517016: Add prerender to ChromeOS. (Closed)

Created:
9 years, 5 months ago by cbentzel
Modified:
9 years, 4 months ago
CC:
chromium-reviews, tburkard+watch_chromium.org, cbentzel+watch_chromium.org, dominich+watch_chromium.org, davemoore+watch_chromium.org, mmenke
Visibility:
Public.

Description

Add prerender to ChromeOS. This enables prerender whenever the active network is ethernet or wifi. BUG=89966 TEST=Tested manually. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94463

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add prerender_condition.h and OVERRIDE #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -8 lines) Patch
A chrome/browser/chromeos/prerender_condition_network.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/prerender_condition_network.cc View 1 chunk +30 lines, -0 lines 2 comments Download
A chrome/browser/prerender/prerender_condition.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_field_trial.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.h View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 4 chunks +18 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
cbentzel
tburkard: Overall code. ers: Make sure the ChromeOS portion is OK. Feel free to redirect ...
9 years, 5 months ago (2011-07-27 17:23:33 UTC) #1
dominich
Are you missing prerender_condition.h? http://codereview.chromium.org/7517016/diff/1/chrome/browser/chromeos/prerender_condition_network.h File chrome/browser/chromeos/prerender_condition_network.h (right): http://codereview.chromium.org/7517016/diff/1/chrome/browser/chromeos/prerender_condition_network.h#newcode20 chrome/browser/chromeos/prerender_condition_network.h:20: virtual bool CanPrerender() const; OVERRIDE
9 years, 5 months ago (2011-07-27 17:27:43 UTC) #2
cbentzel
Added prerender_condition.h http://codereview.chromium.org/7517016/diff/1/chrome/browser/chromeos/prerender_condition_network.h File chrome/browser/chromeos/prerender_condition_network.h (right): http://codereview.chromium.org/7517016/diff/1/chrome/browser/chromeos/prerender_condition_network.h#newcode20 chrome/browser/chromeos/prerender_condition_network.h:20: virtual bool CanPrerender() const; On 2011/07/27 17:27:43, ...
9 years, 5 months ago (2011-07-27 17:47:09 UTC) #3
tburkard
LGTM Very nice interface. You know that I'm generally not a huge fan of tiny ...
9 years, 5 months ago (2011-07-27 19:52:53 UTC) #4
Eric Shienbrood
LGTM for the Chrome OS part http://codereview.chromium.org/7517016/diff/5001/chrome/browser/chromeos/prerender_condition_network.cc File chrome/browser/chromeos/prerender_condition_network.cc (right): http://codereview.chromium.org/7517016/diff/5001/chrome/browser/chromeos/prerender_condition_network.cc#newcode28 chrome/browser/chromeos/prerender_condition_network.cc:28: } I think ...
9 years, 5 months ago (2011-07-27 22:06:33 UTC) #5
cbentzel
http://codereview.chromium.org/7517016/diff/5001/chrome/browser/chromeos/prerender_condition_network.cc File chrome/browser/chromeos/prerender_condition_network.cc (right): http://codereview.chromium.org/7517016/diff/5001/chrome/browser/chromeos/prerender_condition_network.cc#newcode28 chrome/browser/chromeos/prerender_condition_network.cc:28: } On 2011/07/27 22:06:33, Eric Shienbrood wrote: > I ...
9 years, 4 months ago (2011-07-28 13:00:32 UTC) #6
commit-bot: I haz the power
Presubmit check for 7517016-5001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 4 months ago (2011-07-28 13:00:55 UTC) #7
cbentzel
+mirandac for the change to ProfileImpl
9 years, 4 months ago (2011-07-28 13:17:08 UTC) #8
Miranda Callahan
On 2011/07/28 13:17:08, cbentzel wrote: > +mirandac for the change to ProfileImpl ProfileImpl LGTM.
9 years, 4 months ago (2011-07-28 14:14:30 UTC) #9
commit-bot: I haz the power
9 years, 4 months ago (2011-07-28 15:30:22 UTC) #10
Change committed as 94463

Powered by Google App Engine
This is Rietveld 408576698