summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.cc
blob: cb96bf75b9872fe55bf57d2bc44d7918d227f9aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) 2006-2008 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 "chrome/common/url_constants.h"

namespace chrome {

const char kAboutScheme[] = "about";
const char kChromeUIScheme[] = "chrome-ui";
const char kDataScheme[] = "data";
const char kJavaScriptScheme[] = "javascript";
const char kViewSourceScheme[] = "view-source";

}  // namespace chrome