ExtensionSyncService: Properly differentiate between "pending install" and "pending...
[chromium-blink-merge.git] / android_webview / common / url_constants.h
blob2d0e316925fffe8e361e8385177853dbda1f9d81
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 #include "url/gurl.h"
12 namespace android_webview {
14 // Special Android file paths.
15 extern const char kAndroidAssetPath[];
16 extern const char kAndroidResourcePath[];
17 // Returns whether the given URL is for loading a file from a special path.
18 bool IsAndroidSpecialFileUrl(const GURL& url);
20 extern const char kAndroidWebViewVideoPosterScheme[];
22 } // namespace android_webview
24 #endif // ANDROID_WEBVIEW_COMMON_URL_CONSTANTS_H_