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

Unified Diff: chrome/browser/idbbindingutilities_browsertest.cc

Issue 7400030: Disable part of InProcessBrowserTest.InjectIDBKey to prepare for upstream changes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/idbbindingutilities_browsertest.cc
diff --git a/chrome/browser/idbbindingutilities_browsertest.cc b/chrome/browser/idbbindingutilities_browsertest.cc
index 6a2476c23b80b163667a7da7350ebc894c78e34a..b63187155b6becf5df456f7671c641937e36f631 100644
--- a/chrome/browser/idbbindingutilities_browsertest.cc
+++ b/chrome/browser/idbbindingutilities_browsertest.cc
@@ -338,7 +338,8 @@ IN_PROC_BROWSER_TEST_F(InProcessBrowserTest, InjectIDBKey) {
ScopedIDBKeyPathHelper scoped_helper;
scoped_helper.SetExpectedValue(expected_value);
- scoped_helper.CheckInjectValue(key, value, UTF8ToUTF16("bar"));
+ // TODO: re-enable this after the changes to SerializedScriptValue land.
dgrogan 2011/07/18 21:35:41 Could you add your user name and reference https:/
zarko 2011/07/18 21:42:15 Done.
+ // scoped_helper.CheckInjectValue(key, value, UTF8ToUTF16("bar"));
scoped_helper.SetExpectedValue(SerializedScriptValue()); // Expect null.
scoped_helper.CheckInjectValue(key, value, UTF8ToUTF16("bad.key.path"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698