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

Unified Diff: content/browser/android/browser_process_main.h

Issue 10399129: Added browser_process_main. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
Index: content/browser/android/browser_process_main.h
diff --git a/content/browser/android/browser_process_main.h b/content/browser/android/browser_process_main.h
new file mode 100644
index 0000000000000000000000000000000000000000..58bac5c63d51f9088a30b142bf59413550fceec4
--- /dev/null
+++ b/content/browser/android/browser_process_main.h
@@ -0,0 +1,13 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_BROWSER_ANDROID_BROWSER_PROCESS_MAIN_H_
+#define CONTENT_BROWSER_ANDROID_BROWSER_PROCESS_MAIN_H_
+#pragma once
+
+#include <jni.h>
+
+bool RegisterBrowserProcessMain(JNIEnv* env);
+
+#endif // CONTENT_BROWSER_ANDROID_BROWSER_PROCESS_MAIN_H_
« no previous file with comments | « no previous file | content/browser/android/browser_process_main.cc » ('j') | content/browser/android/browser_process_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698