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

Side by Side Diff: webkit/glue/idb_bindings.cc

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
« no previous file with comments | « webkit/glue/idb_bindings.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #include "webkit/glue/idb_bindings.h" 5 #include "webkit/glue/idb_bindings.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/utf_string_conversions.h" 9 #include "base/utf_string_conversions.h"
10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h" 10 #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h"
(...skipping 22 matching lines...) Expand all
33 33
34 WebSerializedScriptValue InjectIDBKey( 34 WebSerializedScriptValue InjectIDBKey(
35 const WebIDBKey& key, 35 const WebIDBKey& key,
36 const WebSerializedScriptValue& value, 36 const WebSerializedScriptValue& value,
37 const WebIDBKeyPath& idb_key_path) { 37 const WebIDBKeyPath& idb_key_path) {
38 return WebIDBKey::injectIDBKeyIntoSerializedValue( 38 return WebIDBKey::injectIDBKeyIntoSerializedValue(
39 key, value, idb_key_path); 39 key, value, idb_key_path);
40 } 40 }
41 41
42 } // namespace webkit_glue 42 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « webkit/glue/idb_bindings.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698