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

Unified Diff: shell/android/android_handler.cc

Issue 806213002: Do not inline complex constructor. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nor destructor. Created 6 years 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 | « shell/android/android_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/android_handler.cc
diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc
index 073aa019dfbefa26955293506aea006a384fa82f..5b29ad75b8839f4ff64a81fb014ec74ea6774d2d 100644
--- a/shell/android/android_handler.cc
+++ b/shell/android/android_handler.cc
@@ -67,6 +67,12 @@ void RunAndroidApplication(JNIEnv* env,
}
} // namespace
+AndroidHandler::AndroidHandler() : content_handler_factory_(this) {
+}
+
+AndroidHandler::~AndroidHandler() {
+}
+
void AndroidHandler::RunApplication(ShellPtr shell, URLResponsePtr response) {
JNIEnv* env = AttachCurrentThread();
ScopedJavaLocalRef<jstring> j_archive_path =
« no previous file with comments | « shell/android/android_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698