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"
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";