blob: 2c58dd291874777d74a498d2b1bdc38fd870c568 [file] [log] [blame]
// Copyright 2014 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_GOOGLE_CORE_BROWSER_GOOGLE_PREF_NAMES_H_
#define COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_PREF_NAMES_H_
namespace prefs {
// Alphabetical list of preference names specific to the Google
// component. Keep alphabetized, and document each in the .cc file.
extern const char kLastKnownGoogleURL[];
extern const char kLastPromptedGoogleURL[];
} // namespace prefs
#endif // COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_PREF_NAMES_H_