Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1823)

Unified Diff: webkit/glue/webkitclient_impl.cc

Issue 348071: First half of http://codereview.chromium.org/274014/show... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webkitclient_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « webkit/glue/webkitclient_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698