// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // KeywordExtensionsDelegate contains the extensions-only logic used by // KeywordProvider. // This file contains the dummy implementation of KeywordExtensionsDelegate, // which does nothing. #ifndef COMPONENTS_OMNIBOX_BROWSER_KEYWORD_EXTENSIONS_DELEGATE_H_ #define COMPONENTS_OMNIBOX_BROWSER_KEYWORD_EXTENSIONS_DELEGATE_H_ #include <string> class AutocompleteInput; class KeywordProvider; class TemplateURL; class KeywordExtensionsDelegate { … }; #endif // COMPONENTS_OMNIBOX_BROWSER_KEYWORD_EXTENSIONS_DELEGATE_H_