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

Unified Diff: extensions/renderer/api_bindings_system_unittest.cc

Issue 2894923003: [Extensions Bindings] Include request id in a custom callback response (Closed)
Patch Set: really fix Created 3 years, 7 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
Index: extensions/renderer/api_bindings_system_unittest.cc
diff --git a/extensions/renderer/api_bindings_system_unittest.cc b/extensions/renderer/api_bindings_system_unittest.cc
index ca35c5b85c3aabd4ec418694acd4aa893ca9666f..de6c84991b96035f299a6bb779c566a2f1ff2557 100644
--- a/extensions/renderer/api_bindings_system_unittest.cc
+++ b/extensions/renderer/api_bindings_system_unittest.cc
@@ -296,7 +296,6 @@ TEST_F(APIBindingsSystemTest, TestInitializationAndCallbacks) {
const char kTestCall[] = "obj.simpleFunc(2)";
CallFunctionOnObject(context, beta_api, kTestCall);
ValidateLastRequest("beta.simpleFunc", "[2]");
- EXPECT_EQ(-1, last_request()->request_id);
reset_last_request();
}
}
« no previous file with comments | « chrome/renderer/resources/extensions/page_capture_custom_bindings.js ('k') | extensions/renderer/api_request_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698