Commit 03b79777 authored by Ian Vollick's avatar Ian Vollick Committed by Commit Bot

[vr] Fix typo in constant.

Fixes a mistyped number.

Bug: None
Change-Id: I770e954de312774a05e96ceb7735895d8a1df9c6
Reviewed-on: https://chromium-review.googlesource.com/830889Reviewed-by: default avatarYash Malik <ymalik@chromium.org>
Commit-Queue: Ian Vollick <vollick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524492}
parent 836f838e
......@@ -19,7 +19,7 @@ namespace vr_shell {
namespace {
constexpr size_t kMaxNumberOfSuggestions = 4;
constexpr int kSuggestionThrottlingDelayMs = 300;
constexpr int kSuggestionThrottlingDelayMs = 150;
} // namespace
AutocompleteController::AutocompleteController(vr::BrowserUiInterface* ui)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment