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

Unified Diff: webkit/glue/webkitclient_impl.cc

Issue 258010: Reverting 27759. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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') | webkit/glue/webview_impl.cc » ('j') | 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 27849)
+++ webkit/glue/webkitclient_impl.cc (working copy)
@@ -283,6 +283,12 @@
main_loop_->PostTask(FROM_HERE, NewRunnableFunction(func));
}
+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') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698