summaryrefslogtreecommitdiffstats
path: root/components/google/core/browser/google_switches.cc
blob: 2daf83673a5092f914e50bf34bff480ceb6d5812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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.

#include "components/google/core/browser/google_switches.h"

namespace switches {

// Specifies an alternate URL to use for speaking to Google. Useful for testing.
const char kGoogleBaseURL[]                 = "google-base-url";

}  // namespace switches