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

Unified Diff: shell/android/main.cc

Issue 2050943002: Roll base to 9e74307b276b2f9988005c0e97e85ee222586f79. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « mojo/message_pump/handle_watcher.cc ('k') | third_party/tcmalloc/chromium/src/deep-heap-profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/main.cc
diff --git a/shell/android/main.cc b/shell/android/main.cc
index 28a34857474ba0ce67e01f3a3181203845c70690..8e22d2d61eb2d803ee6254e7f102f5f6e335b1c1 100644
--- a/shell/android/main.cc
+++ b/shell/android/main.cc
@@ -261,9 +261,7 @@ static void Start(JNIEnv* env,
1);
DCHECK_EQ(return_value, 0);
- base::android::ScopedJavaLocalRef<jobject> scoped_application_context(
- env, application_context);
- base::android::InitApplicationContext(env, scoped_application_context);
+ base::android::InitApplicationContext(env, application_context);
std::vector<std::string> parameters;
parameters.push_back("mojo_shell");
« no previous file with comments | « mojo/message_pump/handle_watcher.cc ('k') | third_party/tcmalloc/chromium/src/deep-heap-profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698