Make castv2 performance test work.
[chromium-blink-merge.git] / components / google / core / browser / google_pref_names.cc
blobeeb8de180524f3685e6d0c26d7eba6760d3c19ba
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/google/core/browser/google_pref_names.h"
7 namespace prefs {
9 // String containing the last known Google URL. We re-detect this on startup in
10 // most cases, and use it to send traffic to the correct Google host or with the
11 // correct Google domain/country code for whatever location the user is in.
12 const char kLastKnownGoogleURL[] = "browser.last_known_google_url";
14 } // namespace prefs