| Index: android_webview/common/aw_switches.h
|
| diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
|
| index 2c7db281c81523e175c046007a0c241a64d94156..38bc233d41c35f3dd67298fb1c0755c003f2a612 100644
|
| --- a/android_webview/common/aw_switches.h
|
| +++ b/android_webview/common/aw_switches.h
|
| @@ -13,6 +13,9 @@ extern const char kDisableSimpleCache[];
|
| // When set, forces use of fallback SW path even on HW canvas.
|
| extern const char kDisableWebViewGLMode[];
|
|
|
| +// Specifying this flag will run the application in KURL compat mode
|
| +extern const char kKURLCompatMode[];
|
| +
|
| } // namespace switches
|
|
|
| #endif // ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_
|
|
|