| 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_
|
|
|