Adding grunell@ as owner of chrome/browser/resources/hangout_services.
[chromium-blink-merge.git] / android_webview / common / url_constants.h
blob39f4c8b207cb349eb1c1b72b41dad3c1d6bd3fa9
1 // Copyright (c) 2012 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 // Contains constants for known URLs and portions thereof.
7 #ifndef ANDROID_WEBVIEW_COMMON_URL_CONSTANTS_H_
8 #define ANDROID_WEBVIEW_COMMON_URL_CONSTANTS_H_
10 namespace android_webview {
12 extern const char kContentScheme[];
13 // Special Android file paths.
14 extern const char kAndroidAssetPath[];
15 extern const char kAndroidResourcePath[];
17 extern const char kAndroidWebViewVideoPosterScheme[];
19 } // namespace android_webview
21 #endif // ANDROID_WEBVIEW_COMMON_URL_CONSTANTS_H_