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

Unified Diff: content/app/android/content_main.h

Issue 10444121: Added android_browser_process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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 | « content/app/android/content_jni_registrar.cc ('k') | content/app/android/content_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/android/content_main.h
diff --git a/content/common/socket_stream.h b/content/app/android/content_main.h
similarity index 54%
copy from content/common/socket_stream.h
copy to content/app/android/content_main.h
index ee8b3a4b4d4c4596d36935937b84b14606d4e8ff..cc48cd7167980a488bc25e54d1fd2fa350e0a1be 100644
--- a/content/common/socket_stream.h
+++ b/content/app/android/content_main.h
@@ -2,14 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_SOCKET_STREAM_H_
-#define CONTENT_COMMON_SOCKET_STREAM_H_
+#ifndef CONTENT_APP_ANDROID_CONTENT_MAIN_H_
+#define CONTENT_APP_ANDROID_CONTENT_MAIN_H_
#pragma once
+#include <jni.h>
+
namespace content {
-const int kNoSocketId = 0;
+bool RegisterContentMain(JNIEnv* env);
} // namespace content
-#endif // CONTENT_COMMON_SOCKET_STREAM_H_
+#endif // CONTENT_APP_ANDROID_CONTENT_MAIN_H_
« no previous file with comments | « content/app/android/content_jni_registrar.cc ('k') | content/app/android/content_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698