summaryrefslogtreecommitdiff
path: root/chromium/net/android/gurl_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/android/gurl_utils.h')
-rw-r--r--chromium/net/android/gurl_utils.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/net/android/gurl_utils.h b/chromium/net/android/gurl_utils.h
new file mode 100644
index 00000000000..aeeecf7b4f4
--- /dev/null
+++ b/chromium/net/android/gurl_utils.h
@@ -0,0 +1,16 @@
+// 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 NET_ANDROID_GURL_UTILS_H_
+#define NET_ANDROID_GURL_UTILS_H_
+
+#include <jni.h>
+
+namespace net {
+
+bool RegisterGURLUtils(JNIEnv* env);
+
+} // net namespace
+
+#endif // NET_ANDROID_GURL_UTILS_H_