| Index: webkit/common/appcache/appcache_interfaces.h
|
| diff --git a/webkit/common/appcache/appcache_interfaces.h b/webkit/common/appcache/appcache_interfaces.h
|
| index e33cd88a2b831a9e46f20fcdf1c7017dd59b1881..e709f7dafc998b6ed30ff1dbf70a7ae635e118c1 100644
|
| --- a/webkit/common/appcache/appcache_interfaces.h
|
| +++ b/webkit/common/appcache/appcache_interfaces.h
|
| @@ -176,7 +176,9 @@ WEBKIT_STORAGE_COMMON_EXPORT extern const char kHttpGETMethod[];
|
| WEBKIT_STORAGE_COMMON_EXPORT extern const char kHttpHEADMethod[];
|
|
|
| // CommandLine flag to turn this experimental feature on.
|
| -WEBKIT_STORAGE_COMMON_EXPORT extern const char kEnableExecutableHandlers[];
|
| +namespace {
|
| +const char kEnableExecutableHandlers[] = "enable-appcache-executable-handlers";
|
| +}
|
|
|
| WEBKIT_STORAGE_COMMON_EXPORT void AddSupportedScheme(const char* scheme);
|
|
|
|
|