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

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

Issue 10873028: Revert 152873 - Remove all the indexeddb-related utility process code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
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;
70 virtual WebKit::WebFileSystem* fileSystem() OVERRIDE; 78 virtual WebKit::WebFileSystem* fileSystem() OVERRIDE;
71 virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE; 79 virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE;
72 virtual bool canAccelerate2dCanvas(); 80 virtual bool canAccelerate2dCanvas();
73 virtual double audioHardwareSampleRate() OVERRIDE; 81 virtual double audioHardwareSampleRate() OVERRIDE;
74 virtual size_t audioHardwareBufferSize() OVERRIDE; 82 virtual size_t audioHardwareBufferSize() OVERRIDE;
75 virtual WebKit::WebAudioDevice* createAudioDevice( 83 virtual WebKit::WebAudioDevice* createAudioDevice(
76 size_t buffer_size, unsigned channels, double sample_rate, 84 size_t buffer_size, unsigned channels, double sample_rate,
77 WebKit::WebAudioDevice::RenderCallback* callback) OVERRIDE; 85 WebKit::WebAudioDevice::RenderCallback* callback) OVERRIDE;
78 virtual WebKit::WebBlobRegistry* blobRegistry() OVERRIDE; 86 virtual WebKit::WebBlobRegistry* blobRegistry() OVERRIDE;
79 virtual void sampleGamepads(WebKit::WebGamepads&) OVERRIDE; 87 virtual void sampleGamepads(WebKit::WebGamepads&) OVERRIDE;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 scoped_ptr<WebKit::WebIDBFactory> web_idb_factory_; 136 scoped_ptr<WebKit::WebIDBFactory> web_idb_factory_;
129 137
130 scoped_ptr<WebFileSystemImpl> web_file_system_; 138 scoped_ptr<WebFileSystemImpl> web_file_system_;
131 139
132 scoped_ptr<WebKit::WebBlobRegistry> blob_registry_; 140 scoped_ptr<WebKit::WebBlobRegistry> blob_registry_;
133 141
134 scoped_ptr<content::GamepadSharedMemoryReader> gamepad_shared_memory_reader_; 142 scoped_ptr<content::GamepadSharedMemoryReader> gamepad_shared_memory_reader_;
135 }; 143 };
136 144
137 #endif // CONTENT_RENDERER_RENDERER_WEBKITPLATFORMSUPPORT_IMPL_H_ 145 #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