Index: webkit/glue/webkitclient_impl.cc |
=================================================================== |
--- webkit/glue/webkitclient_impl.cc (revision 30924) |
+++ webkit/glue/webkitclient_impl.cc (working copy) |
@@ -44,7 +44,6 @@ |
using WebKit::WebData; |
using WebKit::WebLocalizedString; |
using WebKit::WebPluginListBuilder; |
-using WebKit::WebStorageNamespace; |
using WebKit::WebString; |
using WebKit::WebSocketStreamHandle; |
using WebKit::WebThemeEngine; |
@@ -291,23 +290,6 @@ |
main_loop_->PostTask(FROM_HERE, NewRunnableFunction(func)); |
} |
-WebStorageNamespace* WebKitClientImpl::createLocalStorageNamespace( |
- const WebString& path, unsigned quota) { |
- NOTREACHED(); |
- return 0; |
-} |
- |
-WebStorageNamespace* WebKitClientImpl::createSessionStorageNamespace() { |
- NOTREACHED(); |
- return 0; |
-} |
- |
-void WebKitClientImpl::dispatchStorageEvent(const WebString& key, |
- const WebString& oldValue, const WebString& newValue, |
- const WebString& origin, bool isLocalStorage) { |
- NOTREACHED(); |
-} |
- |
base::PlatformFile WebKitClientImpl::databaseOpenFile( |
const WebKit::WebString& file_name, int desired_flags, |
base::PlatformFile* dir_handle) { |