Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(778)

Unified Diff: net/android/x509_util.h

Issue 27500004: Listen for new system certificates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/android/net_jni_registrar.cc ('k') | net/android/x509_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/x509_util.h
diff --git a/content/browser/power_save_blocker_android.h b/net/android/x509_util.h
similarity index 51%
copy from content/browser/power_save_blocker_android.h
copy to net/android/x509_util.h
index 1df7d697b53df6b968363eed4551f2b3e10faef3..963dd2310cadf4de90e3c9a02d8bbcd4c32972b4 100644
--- a/content/browser/power_save_blocker_android.h
+++ b/net/android/x509_util.h
@@ -2,10 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef NET_ANDROID_X509_UTIL_H_
+#define NET_ANDROID_X509_UTIL_H_
+
#include <jni.h>
-namespace content {
+namespace net {
+
+bool RegisterX509Util(JNIEnv* env);
-bool RegisterPowerSaveBlocker(JNIEnv* env);
+} // net namespace
-} // namespace content
+#endif // NET_ANDROID_X509_UTIL_H_
« no previous file with comments | « net/android/net_jni_registrar.cc ('k') | net/android/x509_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698