| Index: content/browser/android/browser_startup_configuration_android.h
|
| diff --git a/content/browser/android/browser_startup_configuration_android.h b/content/browser/android/browser_startup_configuration_android.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..281f2508b82b0c1e57af492eeb191b8aba4e31a1
|
| --- /dev/null
|
| +++ b/content/browser/android/browser_startup_configuration_android.h
|
| @@ -0,0 +1,16 @@
|
| +// Copyright 2013 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_STARTUP_CONFIGURATION_ANDROID_H_
|
| +#define CONTENT_BROWSER_ANDROID_BROWSER_STARTUP_CONFIGURATION_ANDROID_H_
|
| +
|
| +#include <jni.h>
|
| +
|
| +#include "content/browser/browser_startup_configuration.h"
|
| +
|
| +namespace content {
|
| +bool RegisterBrowserStartupConfiguration(JNIEnv* env);
|
| +}
|
| +
|
| +#endif // CONTENT_BROWSER_ANDROID_BROWSER_STARTUP_CONFIGURATION_ANDROID_H_
|
|
|