summaryrefslogtreecommitdiffstats
path: root/android_webview/common/url_constants.h
blob: 39f4c8b207cb349eb1c1b72b41dad3c1d6bd3fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (c) 2012 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.

// Contains constants for known URLs and portions thereof.

#ifndef ANDROID_WEBVIEW_COMMON_URL_CONSTANTS_H_
#define ANDROID_WEBVIEW_COMMON_URL_CONSTANTS_H_

namespace android_webview {

extern const char kContentScheme[];
// Special Android file paths.
extern const char kAndroidAssetPath[];
extern const char kAndroidResourcePath[];

extern const char kAndroidWebViewVideoPosterScheme[];

}  // namespace android_webview

#endif  // ANDROID_WEBVIEW_COMMON_URL_CONSTANTS_H_