| Index: Source/core/page/Chrome.h
|
| diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
|
| index ab2cf0c3df71649084baaf34fc24c7f1b8f62642..71e27fe0fdae6f2d352d567c21f516c9e33a3d24 100644
|
| --- a/Source/core/page/Chrome.h
|
| +++ b/Source/core/page/Chrome.h
|
| @@ -87,10 +87,6 @@ public:
|
|
|
| void show(NavigationPolicy = NavigationPolicyIgnore) const;
|
|
|
| - bool canRunModal() const;
|
| - bool canRunModalNow() const;
|
| - void runModal() const;
|
| -
|
| void setWindowFeatures(const WindowFeatures&) const;
|
|
|
| bool toolbarsVisible() const;
|
|
|