chromeos: dbus: add Bluetooth properties support
[chromium-blink-merge.git] / content / common / test_url_constants.cc
blob49a4826456ed453faaadbf52f6ab40b2da290d44
1 // Copyright (c) 2011 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 "content/common/test_url_constants.h"
7 namespace chrome {
9 const char kTestCacheURL[] = "about:cache";
10 const char kTestNewTabURL[] = "chrome://newtab";
11 const char kTestHistoryURL[] = "chrome://history/";
12 const char kTestBookmarksURL[] = "chrome://bookmarks/";
14 } // namespace chrome