Index: chrome/browser/ui/android/page_info/certificate_chain_helper.h |
diff --git a/chrome/browser/ui/android/page_info/certificate_chain_helper.h b/chrome/browser/ui/android/page_info/certificate_chain_helper.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cfc3e874b2702d3f87654fea5e613f4673514234 |
--- /dev/null |
+++ b/chrome/browser/ui/android/page_info/certificate_chain_helper.h |
@@ -0,0 +1,12 @@ |
+// Copyright 2016 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_UI_ANDROID_PAGE_INFO_CERTIFICATE_CHAIN_HELPER_H_ |
+#define CHROME_BROWSER_UI_ANDROID_PAGE_INFO_CERTIFICATE_CHAIN_HELPER_H_ |
+ |
+#include <jni.h> |
+ |
+bool RegisterCertificateChainHelper(JNIEnv* env); |
+ |
+#endif // CHROME_BROWSER_UI_ANDROID_PAGE_INFO_CERTIFICATE_CHAIN_HELPER_H_ |