1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 // TODO(beng): Could this be generalized as a "Chooser" with a specific type??
9 // Interface implemented by the browser to respond to input from the omnibox
11 interface OmniboxClient {
15 // Interface implemented by an application providing a method for URL input.
17 SetClient(OmniboxClient client);
19 ShowForURL(string url);