| Index: webkit/glue/webkitclient_impl.h
|
| ===================================================================
|
| --- webkit/glue/webkitclient_impl.h (revision 30634)
|
| +++ webkit/glue/webkitclient_impl.h (working copy)
|
| @@ -78,11 +78,6 @@
|
| virtual void stopSharedTimer();
|
| virtual void callOnMainThread(void (*func)());
|
|
|
| - // These are temporary methods that the WebKit layer can use to call to the
|
| - // Glue layer. Once the Glue layer moves entirely into the WebKit layer,
|
| - // these methods will be deleted.
|
| - virtual WebCore::String uiResourceProtocol();
|
| -
|
| private:
|
| void DoTimeout() {
|
| if (shared_timer_func_)
|
|
|