pref_names.cc 502 B

123456789101112131415
  1. // Copyright 2016 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.
  4. #include "components/quirks/pref_names.h"
  5. namespace quirks {
  6. namespace prefs {
  7. // A dictionary of info for Quirks Client/Server interaction, mostly last server
  8. // request times, keyed to display product_id's.
  9. const char kQuirksClientLastServerCheck[] = "quirks_client.last_server_check";
  10. } // namespace prefs
  11. } // namespace quirks