// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_PREF_NAMES_H_ #define COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_PREF_NAMES_H_ namespace omnibox { // Alphabetical list of preference names specific to the omnibox component. // Keep alphabetized, and document each in the .cc file. extern const char kZeroSuggestCachedResults[]; } // namespace metrics #endif // COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_PREF_NAMES_H_