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

Unified Diff: content/public/test/nested_message_pump_android.cc

Issue 2237943002: Remove now-unnecessary .obj() in Java method calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@switch-context
Patch Set: Rebase *again* :( Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/android/resource_request_body_android.cc ('k') | content/shell/browser/shell_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/nested_message_pump_android.cc
diff --git a/content/public/test/nested_message_pump_android.cc b/content/public/test/nested_message_pump_android.cc
index 76d0b384123d1af4d4e24870ccc403b1c7031713..1158c1938c174433dcb8d89f32088a0e3adc5316 100644
--- a/content/public/test/nested_message_pump_android.cc
+++ b/content/public/test/nested_message_pump_android.cc
@@ -92,8 +92,8 @@ void NestedMessagePumpAndroid::Run(Delegate* delegate) {
// No native tasks to process right now. Process tasks from the Java
// System message handler. This will return when the java message queue
// is idle.
- bool ret = Java_NestedSystemMessageHandler_runNestedLoopTillIdle(env,
- g_message_handler_obj.Get().obj());
+ bool ret = Java_NestedSystemMessageHandler_runNestedLoopTillIdle(
+ env, g_message_handler_obj.Get());
CHECK(ret) << "Error running java message loop, tests will likely fail.";
base::ThreadRestrictions::ScopedAllowWait allow_wait;
« no previous file with comments | « content/common/android/resource_request_body_android.cc ('k') | content/shell/browser/shell_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698