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

Unified Diff: mojo/runner/android/run_android_application_function.h

Issue 1344933002: Clean up some unused methods from ApplicationManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/runner/android/bootstrap.cc ('k') | mojo/runner/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/run_android_application_function.h
diff --git a/mojo/runner/android/run_android_application_function.h b/mojo/runner/android/run_android_application_function.h
index cc44b845402b863ce46a83570c489e7aa66d6569..8b4295e2ff05ddad4d1cd57e57ad51e3727996f3 100644
--- a/mojo/runner/android/run_android_application_function.h
+++ b/mojo/runner/android/run_android_application_function.h
@@ -19,8 +19,7 @@ namespace runner {
typedef void (*RunAndroidApplicationFn)(JNIEnv* env,
jobject j_context,
const base::FilePath& app_path,
- jint j_handle,
- bool is_cached_app);
+ jint j_handle);
} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/android/bootstrap.cc ('k') | mojo/runner/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698