InstantController is holding 2k strings |
|
Issue descriptionThe 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. |
|
►
Sign in to add a comment |
|
Comment 1 by dtapu...@chromium.org
, Dec 4 2017