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

Side by Side Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 10834350: Remove all the indexeddb-related utility process code (Closed) Base URL: http://git.chromium.org/chromium/src.git@opencursor-cleanup
Patch Set: Rebase, attempt to reland Created 8 years, 4 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_RENDERER_WEBKITPLATFORMSUPPORT_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDERER_WEBKITPLATFORMSUPPORT_IMPL_H_
6 #define CONTENT_RENDERER_RENDERER_WEBKITPLATFORMSUPPORT_IMPL_H_ 6 #define CONTENT_RENDERER_RENDERER_WEBKITPLATFORMSUPPORT_IMPL_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/platform_file.h" 10 #include "base/platform_file.h"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 virtual long long databaseGetFileSize( 60 virtual long long databaseGetFileSize(
61 const WebKit::WebString& vfs_file_name) OVERRIDE; 61 const WebKit::WebString& vfs_file_name) OVERRIDE;
62 virtual long long databaseGetSpaceAvailableForOrigin( 62 virtual long long databaseGetSpaceAvailableForOrigin(
63 const WebKit::WebString& origin_identifier) OVERRIDE; 63 const WebKit::WebString& origin_identifier) OVERRIDE;
64 virtual WebKit::WebString signedPublicKeyAndChallengeString( 64 virtual WebKit::WebString signedPublicKeyAndChallengeString(
65 unsigned key_size_index, 65 unsigned key_size_index,
66 const WebKit::WebString& challenge, 66 const WebKit::WebString& challenge,
67 const WebKit::WebURL& url) OVERRIDE; 67 const WebKit::WebURL& url) OVERRIDE;
68 virtual void screenColorProfile(WebKit::WebVector<char>* to_profile) OVERRIDE; 68 virtual void screenColorProfile(WebKit::WebVector<char>* to_profile) OVERRIDE;
69 virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE; 69 virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
70 virtual void createIDBKeysFromSerializedValuesAndKeyPath(
71 const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values,
72 const WebKit::WebIDBKeyPath& keyPath,
73 WebKit::WebVector<WebKit::WebIDBKey>& keys) OVERRIDE;
74 virtual WebKit::WebSerializedScriptValue injectIDBKeyIntoSerializedValue(
75 const WebKit::WebIDBKey& key,
76 const WebKit::WebSerializedScriptValue& value,
77 const WebKit::WebIDBKeyPath& keyPath) OVERRIDE;
78 virtual WebKit::WebFileSystem* fileSystem() OVERRIDE; 70 virtual WebKit::WebFileSystem* fileSystem() OVERRIDE;
79 virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE; 71 virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE;
80 virtual bool canAccelerate2dCanvas(); 72 virtual bool canAccelerate2dCanvas();
81 virtual double audioHardwareSampleRate() OVERRIDE; 73 virtual double audioHardwareSampleRate() OVERRIDE;
82 virtual size_t audioHardwareBufferSize() OVERRIDE; 74 virtual size_t audioHardwareBufferSize() OVERRIDE;
83 virtual WebKit::WebAudioDevice* createAudioDevice( 75 virtual WebKit::WebAudioDevice* createAudioDevice(
84 size_t buffer_size, unsigned channels, double sample_rate, 76 size_t buffer_size, unsigned channels, double sample_rate,
85 WebKit::WebAudioDevice::RenderCallback* callback) OVERRIDE; 77 WebKit::WebAudioDevice::RenderCallback* callback) OVERRIDE;
86 virtual WebKit::WebBlobRegistry* blobRegistry() OVERRIDE; 78 virtual WebKit::WebBlobRegistry* blobRegistry() OVERRIDE;
87 virtual void sampleGamepads(WebKit::WebGamepads&) OVERRIDE; 79 virtual void sampleGamepads(WebKit::WebGamepads&) OVERRIDE;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 scoped_ptr<WebKit::WebIDBFactory> web_idb_factory_; 128 scoped_ptr<WebKit::WebIDBFactory> web_idb_factory_;
137 129
138 scoped_ptr<WebFileSystemImpl> web_file_system_; 130 scoped_ptr<WebFileSystemImpl> web_file_system_;
139 131
140 scoped_ptr<WebKit::WebBlobRegistry> blob_registry_; 132 scoped_ptr<WebKit::WebBlobRegistry> blob_registry_;
141 133
142 scoped_ptr<content::GamepadSharedMemoryReader> gamepad_shared_memory_reader_; 134 scoped_ptr<content::GamepadSharedMemoryReader> gamepad_shared_memory_reader_;
143 }; 135 };
144 136
145 #endif // CONTENT_RENDERER_RENDERER_WEBKITPLATFORMSUPPORT_IMPL_H_ 137 #endif // CONTENT_RENDERER_RENDERER_WEBKITPLATFORMSUPPORT_IMPL_H_
OLDNEW
« no previous file with comments | « content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698