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

Unified Diff: chrome/browser/android/browser_version.h

Issue 492843003: [Android] Upstream BrowserVersion.java and related native code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address reviewers' comments Created 6 years, 4 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: chrome/browser/android/browser_version.h
diff --git a/chrome/browser/android/browser_version.h b/chrome/browser/android/browser_version.h
new file mode 100644
index 0000000000000000000000000000000000000000..d2309ad82e0a0f0bfe627458ac1e242e756253d9
--- /dev/null
+++ b/chrome/browser/android/browser_version.h
@@ -0,0 +1,12 @@
+// Copyright 2011 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 CHROME_BROWSER_ANDROID_BROWSER_VERSION_H_
+#define CHROME_BROWSER_ANDROID_BROWSER_VERSION_H_
+
+#include <jni.h>
+
+bool RegisterBrowserVersion(JNIEnv* env);
+
+#endif // CHROME_BROWSER_ANDROID_BROWSER_VERSION_H_

Powered by Google App Engine
This is Rietveld 408576698