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

Unified Diff: sandbox/linux/tests/unit_tests.h

Issue 103293003: Add build_config_functions.h to avoid #ifdef (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: sandbox/linux/tests/unit_tests.h
diff --git a/sandbox/linux/tests/unit_tests.h b/sandbox/linux/tests/unit_tests.h
index 5480b569c44f934df2e95fd41c461757677b9439..9357dd83867b322a5bc62f746b688d801fcee411 100644
--- a/sandbox/linux/tests/unit_tests.h
+++ b/sandbox/linux/tests/unit_tests.h
@@ -11,11 +11,6 @@
namespace sandbox {
-// Has this been compiled to run on Android?
-bool IsAndroid();
-
-bool IsArchitectureArm();
-
// Is Valgrind currently being used?
bool IsRunningOnValgrind();

Powered by Google App Engine
This is Rietveld 408576698