Index: components/variations/android/variations_seed_bridge_test.h |
diff --git a/components/variations/android/variations_seed_bridge_test.h b/components/variations/android/variations_seed_bridge_test.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a5b8427ab7e7a8a8c988e6118931964cf3e084b |
--- /dev/null |
+++ b/components/variations/android/variations_seed_bridge_test.h |
@@ -0,0 +1,23 @@ |
+// Copyright 2015 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 COMPONENTS_VARIATIONS_ANDROID_VARIATIONS_SEED_BRIDGE_TEST_H_ |
+#define COMPONENTS_VARIATIONS_ANDROID_VARIATIONS_SEED_BRIDGE_TEST_H_ |
+ |
+#include <jni.h> |
+#include <string> |
+ |
+namespace variations { |
+namespace android { |
+ |
+bool RegisterVariationsSeedBridgeTest(JNIEnv* env); |
+ |
+// Sets test data on the Java side. The data is pulled during the unit tests to |
+// C++ side and is being checked for consistency. |
+void SetTestData(); |
+ |
+} // namespace android |
+} // namespace variations |
+ |
+#endif // COMPONENTS_VARIATIONS_ANDROID_FIRSTRUN_VARIATIONS_SEED_BRIDGE_TEST_H_ |