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

Unified Diff: content/shell/android/linker_test_apk/content_linker_test_linker_tests.h

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add build/android/low_memory_device.gypi 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
Index: content/shell/android/linker_test_apk/content_linker_test_linker_tests.h
diff --git a/content/browser/power_save_blocker_android.h b/content/shell/android/linker_test_apk/content_linker_test_linker_tests.h
similarity index 50%
copy from content/browser/power_save_blocker_android.h
copy to content/shell/android/linker_test_apk/content_linker_test_linker_tests.h
index 1df7d697b53df6b968363eed4551f2b3e10faef3..07c6e7e021a17f25999e0f1e2f32802eccf2c1f0 100644
--- a/content/browser/power_save_blocker_android.h
+++ b/content/shell/android/linker_test_apk/content_linker_test_linker_tests.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 CONTENT_SHELL_ANDROID_LINKER_TEST_APK_LINKER_TESTS_H
Yaron 2013/10/10 13:27:29 Doesn't fully match filename.
digit1 2013/10/10 13:37:23 Fixed. My god, the new macro uses 'LINKER' and 'TE
+#define CONTENT_SHELL_ANDROID_LINKER_TEST_APK_LINKER_TESTS_H
+
#include <jni.h>
namespace content {
-bool RegisterPowerSaveBlocker(JNIEnv* env);
+bool RegisterLinkerTestsJni(JNIEnv* env);
} // namespace content
+
+#endif // CONTENT_SHELL_ANDROID_LINKER_TEST_APK_LINKER_TESTS_H

Powered by Google App Engine
This is Rietveld 408576698