| Index: content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc
|
| ===================================================================
|
| --- content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc (revision 159314)
|
| +++ content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc (working copy)
|
| @@ -112,12 +112,6 @@
|
| return WebKit::WebData();
|
| }
|
|
|
| -WebKit::WebSharedWorkerRepository*
|
| -BrowserWebKitPlatformSupportImpl::sharedWorkerRepository() {
|
| - NOTREACHED();
|
| - return NULL;
|
| -}
|
| -
|
| int BrowserWebKitPlatformSupportImpl::databaseDeleteFile(
|
| const WebKit::WebString& vfs_file_name, bool sync_dir) {
|
| const FilePath path = webkit_glue::WebStringToFilePath(vfs_file_name);
|
|
|