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

Side by Side Diff: content/browser/indexed_db/idbbindingutilities_browsertest.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, 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/indexed_db/OWNERS ('k') | content/common/utility_messages.h » ('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 "base/bind.h" 5 #include "base/bind.h"
6 #include "base/message_loop.h" 6 #include "base/message_loop.h"
7 #include "base/utf_string_conversions.h" 7 #include "base/utf_string_conversions.h"
8 #include "content/browser/utility_process_host_impl.h" 8 #include "content/browser/utility_process_host_impl.h"
9 #include "content/public/browser/utility_process_host_client.h" 9 #include "content/public/browser/utility_process_host_client.h"
10 #include "content/common/indexed_db/indexed_db_key.h" 10 #include "content/common/indexed_db/indexed_db_key.h"
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 0x796d, 0x654e, 0x4b77, 0x7965, 0x017b, 431 0x796d, 0x654e, 0x4b77, 0x7965, 0x017b,
432 0x027b}; 432 0x027b};
433 SerializedScriptValue expected_value2( 433 SerializedScriptValue expected_value2(
434 false, false, string16(expected_data2, arraysize(expected_data2))); 434 false, false, string16(expected_data2, arraysize(expected_data2)));
435 scoped_helper.SetExpectedValue(expected_value2); 435 scoped_helper.SetExpectedValue(expected_value2);
436 key_path.SetString(UTF8ToUTF16("bar.baz")); 436 key_path.SetString(UTF8ToUTF16("bar.baz"));
437 scoped_helper.CheckInjectValue(key, value, key_path); 437 scoped_helper.CheckInjectValue(key, value, key_path);
438 } 438 }
439 439
440 } // namespace content 440 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/indexed_db/OWNERS ('k') | content/common/utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698