New issue
Advanced search Search tips

Issue 707316 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Dec 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

InstantController is holding 2k strings

Project Member Reported by etienneb@chromium.org, Mar 31 2017

Issue description

The class |InstantController| is keeping a queue of 2000 events (strings) for debugging.

https://cs.chromium.org/chromium/src/chrome/browser/ui/search/instant_controller.cc?type=cs&l=51

static const size_t kMaxDebugEventSize = 2000;

These strings are not used for release version. They should be gated and turned off for official build.
 
Status: Fixed (was: Untriaged)

Sign in to add a comment