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

Unified Diff: base/android/cpu_features.h

Issue 11503013: android: Pass CPU properties from browser to renderer process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unused Java native method + fix comment Created 7 years, 11 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 | « base/android/base_jni_registrar.cc ('k') | base/android/cpu_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/cpu_features.h
diff --git a/base/android/path_service_android.h b/base/android/cpu_features.h
similarity index 60%
copy from base/android/path_service_android.h
copy to base/android/cpu_features.h
index 26040f97beb23424925d3ddbd44a82a85321ef4e..0a278228d2f79dab7c155ac506d7bf154a56c84f 100644
--- a/base/android/path_service_android.h
+++ b/base/android/cpu_features.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_ANDROID_PATH_SERVICE_ANDROID_H_
-#define BASE_ANDROID_PATH_SERVICE_ANDROID_H_
+#ifndef BASE_ANDROID_CPU_FEATURES_H_
+#define BASE_ANDROID_CPU_FEATURES_H_
#include <jni.h>
namespace base {
namespace android {
-bool RegisterPathService(JNIEnv* env);
+bool RegisterCpuFeatures(JNIEnv* env);
} // namespace android
} // namespace base
-#endif // BASE_ANDROID_PATH_SERVICE_ANDROID_H_
+#endif // BASE_ANDROID_CPU_FEATURES_H_
« no previous file with comments | « base/android/base_jni_registrar.cc ('k') | base/android/cpu_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698