Roll src/third_party/WebKit eac3800:0237a66 (svn 202606:202607)
[chromium-blink-merge.git] / components / omnibox / browser / keyword_extensions_delegate.cc
blob78849135a53b309870cc89053bd495c602c09cf3
1 // Copyright 2014 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.
5 #include "components/omnibox/browser/keyword_extensions_delegate.h"
7 KeywordExtensionsDelegate::KeywordExtensionsDelegate(
8 KeywordProvider* provider) {
11 KeywordExtensionsDelegate::~KeywordExtensionsDelegate() {
14 void KeywordExtensionsDelegate::IncrementInputId() {
17 bool KeywordExtensionsDelegate::IsEnabledExtension(
18 const std::string& extension_id) {
19 return false;
22 bool KeywordExtensionsDelegate::Start(const AutocompleteInput& input,
23 bool minimal_changes,
24 const TemplateURL* template_url,
25 const base::string16& remaining_input) {
26 return false;
29 void KeywordExtensionsDelegate::EnterExtensionKeywordMode(
30 const std::string& extension_id) {
33 void KeywordExtensionsDelegate::MaybeEndExtensionKeywordMode() {