Revert of Update V8 to version 4.4.24. (patchset #1 id:1 of https://codereview.chromi...
[chromium-blink-merge.git] / content / browser / android / load_url_params.h
blob77a68f15637344f4054db4573bb9a679cc487aa8
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_BROWSER_ANDROID_LOAD_URL_PARAMS_H_
6 #define CONTENT_BROWSER_ANDROID_LOAD_URL_PARAMS_H_
8 #include <jni.h>
10 namespace content {
12 bool RegisterLoadUrlParams(JNIEnv* env);
14 } // namespace content
16 #endif // CONTENT_BROWSER_ANDROID_LOAD_URL_PARAMS_H_