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

Issue 10732002: Upstream rewrite of Instant. (Closed)

Created:
8 years, 5 months ago by Jered
Modified:
8 years, 4 months ago
CC:
chromium-reviews, Shishir, James Su, darin-cc_chromium.org, brettw-cc_chromium.org, sreeram, dominich
Visibility:
Public.

Description

Upstream rewrite of Instant. This massive CL attempts to upstream a rewrite of Chrome Instant which introduces no new features but may fix bugs. Sreeram undertook this rewrite because the old implementation was too brittle to extend. The goal here is to get trunk into a state where we can add new features from our private branch with minimal diffs. R=sky@chromium.org BUG=134865 TEST=Browser test builds and runs on linux.

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Merge test #

Total comments: 17

Patch Set 4 : First round of comments #

Total comments: 38

Patch Set 5 : Another round of comments. #

Patch Set 6 : Replace id with instant_url. #

Total comments: 11

Patch Set 7 : Unpatch log in web_contents_impl #

Total comments: 2

Patch Set 8 : Address Sreeram's comments. #

Patch Set 9 : Rebase and merge. #

Patch Set 10 : Use string16 instead of string. #

Patch Set 11 : Fix bad merge. #

Patch Set 12 : Try to fix mac and windows. #

Patch Set 13 : Try again. #

Total comments: 10

Patch Set 14 : Nits. #

Patch Set 15 : Extreme nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+880 lines, -1905 lines) Patch
M chrome/browser/instant/instant_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 39 chunks +64 lines, -56 lines 0 comments Download
M chrome/browser/instant/instant_commit_type.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/instant/instant_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +121 lines, -168 lines 0 comments Download
M chrome/browser/instant/instant_controller.cc View 1 2 3 4 5 6 7 8 9 5 chunks +320 lines, -335 lines 0 comments Download
M chrome/browser/instant/instant_controller_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/browser/instant/instant_loader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +57 lines, -207 lines 0 comments Download
M chrome/browser/instant/instant_loader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +186 lines, -991 lines 0 comments Download
M chrome/browser/instant/instant_loader_delegate.h View 1 2 3 4 5 6 7 8 9 1 chunk +18 lines, -24 lines 0 comments Download
M chrome/browser/instant/instant_unload_handler.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 1 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/ui/browser_instant_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_instant_controller.cc View 1 2 4 chunks +12 lines, -16 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.h View 1 2 3 4 5 6 7 3 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 1 2 3 4 5 6 7 8 8 chunks +20 lines, -15 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/instant_types.h View 1 2 3 4 5 6 7 1 chunk +9 lines, -5 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -12 lines 0 comments Download
M chrome/renderer/search_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/renderer/searchbox.h View 1 2 3 4 5 6 7 8 9 3 chunks +8 lines, -12 lines 0 comments Download
M chrome/renderer/searchbox.cc View 1 2 3 4 5 6 7 8 9 5 chunks +22 lines, -23 lines 0 comments Download
M chrome/renderer/searchbox_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 72 (0 generated)
Jered
8 years, 5 months ago (2012-06-28 18:25:41 UTC) #1
jered1
Note: by TEST=Builds, I meant that chrome builds. Quite probably the tests do not build ...
8 years, 5 months ago (2012-06-28 18:35:18 UTC) #2
dominich
On 2012/06/28 18:35:18, jered1 wrote: > Note: by TEST=Builds, I meant that chrome builds. Quite ...
8 years, 5 months ago (2012-06-28 18:36:40 UTC) #3
sky
Have the tests been updated?
8 years, 5 months ago (2012-06-28 19:40:54 UTC) #4
jered1
On 2012/06/28 19:40:54, sky wrote: > Have the tests been updated? Dominic is on it. ...
8 years, 5 months ago (2012-06-28 19:42:19 UTC) #5
sky
On 2012/06/28 19:42:19, jered1 wrote: > On 2012/06/28 19:40:54, sky wrote: > > Have the ...
8 years, 5 months ago (2012-06-28 20:35:36 UTC) #6
sreeram
tip to get the tests working: put back the chrome notifications for instant-controller-shown and instant-support-determined. ...
8 years, 5 months ago (2012-06-28 22:04:56 UTC) #7
dominich
On 2012/06/28 22:04:56, sreeram wrote: > tip to get the tests working: put back the ...
8 years, 5 months ago (2012-07-02 17:16:53 UTC) #8
sreeram
On Mon, Jul 2, 2012 at 10:46 PM, <dominich@chromium.org> wrote: > On 2012/06/28 22:04:56, sreeram ...
8 years, 5 months ago (2012-07-03 00:57:49 UTC) #9
dominich
On 2012/07/03 00:57:49, sreeram wrote: > On Mon, Jul 2, 2012 at 10:46 PM, <mailto:dominich@chromium.org> ...
8 years, 5 months ago (2012-07-03 21:10:57 UTC) #10
Jered
On 2012/07/03 21:10:57, dominich wrote: > On 2012/07/03 00:57:49, sreeram wrote: > > On Mon, ...
8 years, 5 months ago (2012-07-16 16:08:45 UTC) #11
sky
Is this patch going to be closed out then? -Scott On Mon, Jul 16, 2012 ...
8 years, 5 months ago (2012-07-16 16:11:29 UTC) #12
jered1
No, Dominic's CL is against this patch. Sorry for the confusion. On Mon, Jul 16, ...
8 years, 5 months ago (2012-07-16 16:30:04 UTC) #13
sky
Since we can't land a patch that'll break tests please merge them. -Scott On Mon, ...
8 years, 5 months ago (2012-07-16 16:35:41 UTC) #14
Jered
On 2012/07/16 16:35:41, sky wrote: > Since we can't land a patch that'll break tests ...
8 years, 5 months ago (2012-07-16 17:10:21 UTC) #15
sky
I only made it little bit through this review as I started to encounter some ...
8 years, 5 months ago (2012-07-17 18:21:42 UTC) #16
jered1
I think I can have a go at splitting off the searchbox change, but will ...
8 years, 5 months ago (2012-07-17 18:33:04 UTC) #17
dominich
http://codereview.chromium.org/10732002/diff/11002/chrome/browser/instant/instant_loader.cc File chrome/browser/instant/instant_loader.cc (left): http://codereview.chromium.org/10732002/diff/11002/chrome/browser/instant/instant_loader.cc#oldcode104 chrome/browser/instant/instant_loader.cc:104: const char* const InstantLoader::kInstantHeaderValue = "instant"; On 2012/07/17 18:21:42, ...
8 years, 5 months ago (2012-07-17 18:42:19 UTC) #18
sky
On Tue, Jul 17, 2012 at 11:42 AM, <dominich@chromium.org> wrote: > > http://codereview.chromium.org/10732002/diff/11002/chrome/browser/instant/instant_loader.cc > File ...
8 years, 5 months ago (2012-07-17 22:07:22 UTC) #19
sky
You can also nuke the arbitrary url loading from InstantLoader now. -Scott On Tue, Jul ...
8 years, 5 months ago (2012-07-17 22:07:50 UTC) #20
sreeram
http://codereview.chromium.org/10732002/diff/11002/chrome/browser/instant/instant_loader.cc File chrome/browser/instant/instant_loader.cc (left): http://codereview.chromium.org/10732002/diff/11002/chrome/browser/instant/instant_loader.cc#oldcode68 chrome/browser/instant/instant_loader.cc:68: const int kUpdateBoundsDelayMS = 1000; On 2012/07/17 18:21:42, sky ...
8 years, 5 months ago (2012-07-18 01:29:44 UTC) #21
sky
On Tue, Jul 17, 2012 at 6:29 PM, <sreeram@chromium.org> wrote: > > http://codereview.chromium.org/10732002/diff/11002/chrome/browser/instant/instant_loader.cc > File ...
8 years, 5 months ago (2012-07-18 14:41:22 UTC) #22
Jered
I did not understand your comments about loading arbitrary urls. Is this a proposal for ...
8 years, 5 months ago (2012-07-18 17:38:58 UTC) #23
sky
On Wed, Jul 18, 2012 at 10:38 AM, <jered@chromium.org> wrote: > I did not understand ...
8 years, 5 months ago (2012-07-18 20:52:47 UTC) #24
Jered
On 2012/07/18 20:52:47, sky wrote: > On Wed, Jul 18, 2012 at 10:38 AM, <mailto:jered@chromium.org> ...
8 years, 5 months ago (2012-07-18 22:15:32 UTC) #25
sky
On Wed, Jul 18, 2012 at 3:15 PM, <jered@chromium.org> wrote: > On 2012/07/18 20:52:47, sky ...
8 years, 5 months ago (2012-07-19 16:49:18 UTC) #26
sky
http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (left): http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.cc#oldcode266 chrome/browser/instant/instant_controller.cc:266: gfx::NativeView view_gaining_focus) { Why is it safe to nuke ...
8 years, 5 months ago (2012-07-19 17:55:18 UTC) #27
dominich
http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_loader_delegate.h File chrome/browser/instant/instant_loader_delegate.h (right): http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_loader_delegate.h#newcode24 chrome/browser/instant/instant_loader_delegate.h:24: InstantLoader* loader, On 2012/07/19 17:55:19, sky wrote: > Passing ...
8 years, 5 months ago (2012-07-19 18:03:43 UTC) #28
sky
On 2012/07/19 18:03:43, dominich wrote: > http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_loader_delegate.h > File chrome/browser/instant/instant_loader_delegate.h (right): > > http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_loader_delegate.h#newcode24 > ...
8 years, 5 months ago (2012-07-19 19:35:28 UTC) #29
dominich
On Thu, Jul 19, 2012 at 12:35 PM, <sky@chromium.org> wrote: > On 2012/07/19 18:03:43, dominich ...
8 years, 5 months ago (2012-07-19 20:47:32 UTC) #30
sky
That makes sense. -Scott On Thu, Jul 19, 2012 at 1:47 PM, Dominic Hamon <dominich@chromium.org> ...
8 years, 5 months ago (2012-07-19 21:34:34 UTC) #31
Jered
http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (left): http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.cc#oldcode266 chrome/browser/instant/instant_controller.cc:266: gfx::NativeView view_gaining_focus) { On 2012/07/19 17:55:19, sky wrote: > ...
8 years, 5 months ago (2012-07-19 22:01:33 UTC) #32
sky
http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.h#newcode220 chrome/browser/instant/instant_controller.h:220: std::map<string16, int> blacklisted_ids_; On 2012/07/19 22:01:33, Jered wrote: > ...
8 years, 5 months ago (2012-07-19 23:43:49 UTC) #33
sky
http://codereview.chromium.org/10732002/diff/19001/chrome/common/instant_types.h File chrome/common/instant_types.h (right): http://codereview.chromium.org/10732002/diff/19001/chrome/common/instant_types.h#newcode15 chrome/common/instant_types.h:15: // Autocomplete the suggestion after a delay. On 2012/07/19 ...
8 years, 5 months ago (2012-07-19 23:44:40 UTC) #34
Jered
http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.h#newcode220 chrome/browser/instant/instant_controller.h:220: std::map<string16, int> blacklisted_ids_; On 2012/07/19 23:43:49, sky wrote: > ...
8 years, 5 months ago (2012-07-20 16:10:18 UTC) #35
sky
On Fri, Jul 20, 2012 at 9:10 AM, <jered@chromium.org> wrote: > > http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.h > File ...
8 years, 5 months ago (2012-07-20 17:00:18 UTC) #36
Jered
http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.h#newcode220 chrome/browser/instant/instant_controller.h:220: std::map<string16, int> blacklisted_ids_; On 2012/07/20 16:10:18, Jered wrote: > ...
8 years, 5 months ago (2012-07-20 21:21:25 UTC) #37
sky
We're still waiting to hear from Sreeram on ripping out the focus related code. -Scott ...
8 years, 5 months ago (2012-07-23 15:27:17 UTC) #38
sreeram
On Mon, Jul 23, 2012 at 8:27 AM, Scott Violet <sky@chromium.org> wrote: > We're still ...
8 years, 5 months ago (2012-07-23 15:46:42 UTC) #39
sreeram
http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (left): http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.cc#oldcode266 chrome/browser/instant/instant_controller.cc:266: gfx::NativeView view_gaining_focus) { On 2012/07/19 22:01:33, Jered wrote: > ...
8 years, 5 months ago (2012-07-23 16:55:40 UTC) #40
sky
On Mon, Jul 23, 2012 at 9:55 AM, <sreeram@chromium.org> wrote: > > http://codereview.chromium.org/10732002/diff/19001/chrome/browser/instant/instant_controller.cc > File ...
8 years, 5 months ago (2012-07-23 18:26:18 UTC) #41
sreeram
On Mon, Jul 23, 2012 at 11:26 AM, Scott Violet <sky@chromium.org> wrote: > On Mon, ...
8 years, 5 months ago (2012-07-23 19:34:25 UTC) #42
sky
On Mon, Jul 23, 2012 at 12:33 PM, Sreeram Ramachandran <sreeram@chromium.org> wrote: > On Mon, ...
8 years, 5 months ago (2012-07-23 21:14:40 UTC) #43
sreeram
On Mon, Jul 23, 2012 at 2:14 PM, Scott Violet <sky@chromium.org> wrote: > On Mon, ...
8 years, 5 months ago (2012-07-23 21:20:00 UTC) #44
sky
On Mon, Jul 23, 2012 at 2:19 PM, Sreeram Ramachandran <sreeram@chromium.org> wrote: > On Mon, ...
8 years, 5 months ago (2012-07-24 03:35:05 UTC) #45
sreeram
LGTM I haven't looked super thoroughly; I'll handle the fallout if any. http://codereview.chromium.org/10732002/diff/20029/chrome/browser/instant/instant_loader.h File chrome/browser/instant/instant_loader.h ...
8 years, 5 months ago (2012-07-24 14:08:32 UTC) #46
sreeram
On Mon, Jul 23, 2012 at 8:35 PM, Scott Violet <sky@chromium.org> wrote: > On Mon, ...
8 years, 5 months ago (2012-07-24 14:12:58 UTC) #47
Jered
Here's a new patch set. http://codereview.chromium.org/10732002/diff/20029/chrome/browser/instant/instant_loader.h File chrome/browser/instant/instant_loader.h (right): http://codereview.chromium.org/10732002/diff/20029/chrome/browser/instant/instant_loader.h#newcode64 chrome/browser/instant/instant_loader.h:64: const string16& text) WARN_UNUSED_RESULT; ...
8 years, 5 months ago (2012-07-24 15:24:34 UTC) #48
sreeram
LGTM Please also run the pyauto tests (chrome/test/functional/instant.py).
8 years, 5 months ago (2012-07-24 16:08:35 UTC) #49
sky
On Tue, Jul 24, 2012 at 7:08 AM, <sreeram@chromium.org> wrote: > LGTM > > I ...
8 years, 5 months ago (2012-07-24 16:36:40 UTC) #50
sky
You're also going to need to sync up. Sadrul renamed a couple of things to ...
8 years, 5 months ago (2012-07-24 16:43:31 UTC) #51
sreeram
On Tue, Jul 24, 2012 at 9:36 AM, Scott Violet <sky@chromium.org> wrote: > You've converted ...
8 years, 5 months ago (2012-07-24 16:44:25 UTC) #52
sky
On Tue, Jul 24, 2012 at 9:43 AM, Sreeram Ramachandran <sreeram@chromium.org> wrote: > On Tue, ...
8 years, 5 months ago (2012-07-24 16:52:05 UTC) #53
sreeram
On Tue, Jul 24, 2012 at 9:52 AM, Scott Violet <sky@chromium.org> wrote: > On Tue, ...
8 years, 5 months ago (2012-07-24 17:56:44 UTC) #54
Peter Kasting
On Tue, Jul 24, 2012 at 7:12 AM, Sreeram Ramachandran <sreeram@chromium.org>wrote: > Peter: With Instant ...
8 years, 5 months ago (2012-07-24 18:58:53 UTC) #55
Jered
On 2012/07/24 17:56:44, sreeram wrote: > On Tue, Jul 24, 2012 at 9:52 AM, Scott ...
8 years, 5 months ago (2012-07-24 19:25:35 UTC) #56
sreeram
On Tue, Jul 24, 2012 at 11:58 AM, Peter Kasting <pkasting@chromium.org> wrote: > On Tue, ...
8 years, 5 months ago (2012-07-24 19:40:08 UTC) #57
sky
On Tue, Jul 24, 2012 at 12:39 PM, Sreeram Ramachandran <sreeram@chromium.org> wrote: > On Tue, ...
8 years, 5 months ago (2012-07-24 21:31:06 UTC) #58
Jered
Ok, patchset 13 builds on all platforms. One browser test fails on linux (page visibility). ...
8 years, 5 months ago (2012-07-25 15:30:21 UTC) #59
sreeram
lgtm
8 years, 5 months ago (2012-07-25 16:01:34 UTC) #60
sky
http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_loader.cc File chrome/browser/instant/instant_loader.cc (left): http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_loader.cc#oldcode339 chrome/browser/instant/instant_loader.cc:339: if (add_page_vector_.empty()) Where is this logic handled now?
8 years, 5 months ago (2012-07-25 16:26:15 UTC) #61
sreeram
http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_loader.cc File chrome/browser/instant/instant_loader.cc (left): http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_loader.cc#oldcode339 chrome/browser/instant/instant_loader.cc:339: if (add_page_vector_.empty()) On 2012/07/25 16:26:15, sky wrote: > Where ...
8 years, 5 months ago (2012-07-25 16:38:12 UTC) #62
sky
On Wed, Jul 25, 2012 at 9:38 AM, <sreeram@chromium.org> wrote: > > http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_loader.cc > File ...
8 years, 5 months ago (2012-07-25 16:50:58 UTC) #63
sky
We shouldn't land a rewrite that is broken in a particular way. Please incorporate into ...
8 years, 5 months ago (2012-07-25 16:53:16 UTC) #64
sky
On 2012/07/24 21:31:06, sky wrote: > On Tue, Jul 24, 2012 at 12:39 PM, Sreeram ...
8 years, 5 months ago (2012-07-25 17:12:04 UTC) #65
sreeram
On Wed, Jul 25, 2012 at 9:53 AM, <sky@chromium.org> wrote: > We shouldn't land a ...
8 years, 5 months ago (2012-07-25 17:13:57 UTC) #66
sreeram
On Wed, Jul 25, 2012 at 10:12 AM, <sky@chromium.org> wrote: > F6 should commit the ...
8 years, 5 months ago (2012-07-25 17:22:33 UTC) #67
sky
Couple more nits and questions. http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_browsertest.cc File chrome/browser/instant/instant_browsertest.cc (right): http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_browsertest.cc#newcode54 chrome/browser/instant/instant_browsertest.cc:54: search_term_(ASCIIToUTF16("def")) { Either put ...
8 years, 5 months ago (2012-07-25 17:29:56 UTC) #68
jered1
uploaded patchset 14 to fix a few nits. On 2012/07/25 17:29:56, sky wrote: > Couple ...
8 years, 5 months ago (2012-07-25 17:55:31 UTC) #69
jered1
http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_browsertest.cc File chrome/browser/instant/instant_browsertest.cc (right): http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/instant_browsertest.cc#newcode54 chrome/browser/instant/instant_browsertest.cc:54: search_term_(ASCIIToUTF16("def")) { On 2012/07/25 17:29:56, sky wrote: > Either ...
8 years, 5 months ago (2012-07-25 20:22:04 UTC) #70
Jered
This has been folded into 10836031. Deleting this issue. On 2012/07/25 20:22:04, jered1 wrote: > ...
8 years, 4 months ago (2012-07-31 18:48:40 UTC) #71
Jered
8 years, 4 months ago (2012-07-31 18:49:33 UTC) #72
(Actually, just closed, since the comments could still be useful.)

On 2012/07/31 18:48:40, Jered wrote:
> This has been folded into 10836031. Deleting this issue.
> 
> On 2012/07/25 20:22:04, jered1 wrote:
> >
>
http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/ins...
> > File chrome/browser/instant/instant_browsertest.cc (right):
> > 
> >
>
http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/ins...
> > chrome/browser/instant/instant_browsertest.cc:54:
> > search_term_(ASCIIToUTF16("def")) {
> > On 2012/07/25 17:29:56, sky wrote:
> > > Either put search_term_ on the previous line, or wrap the ':' and fix the
> > > indenting.
> > 
> > Done.
> > 
> >
>
http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/ins...
> > chrome/browser/instant/instant_browsertest.cc:136: string16 last_full_text()
> > const {
> > On 2012/07/25 17:29:56, sky wrote:
> > > const string16&
> > 
> > Done.
> > 
> >
>
http://codereview.chromium.org/10732002/diff/19039/chrome/browser/instant/ins...
> > chrome/browser/instant/instant_browsertest.cc:823: // in Chrome too.
> > On 2012/07/25 17:29:56, sky wrote:
> > > This comment doesn't make sense to me, but I'm assuming it does to
dominch.
> > 
> > I've deleted the comment. Sreeram will just fix this in his patch.

Powered by Google App Engine
This is Rietveld 408576698