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

Side by Side Diff: components/variations/android/variations_seed_bridge_test.h

Issue 1462953004: Unit tests for importing prefs from the Java side implemented (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit test check if prefs are actually empty after calling ClearJavaFirstRunPrefs() function Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_VARIATIONS_ANDROID_VARIATIONS_SEED_BRIDGE_TEST_H_
6 #define COMPONENTS_VARIATIONS_ANDROID_VARIATIONS_SEED_BRIDGE_TEST_H_
7
8 #include <jni.h>
9 #include <string>
10
11 namespace variations {
12 namespace android {
13
14 bool RegisterVariationsSeedBridgeTest(JNIEnv* env);
15
16 // Sets test data on the Java side. The data is pulled during the unit tests to
17 // C++ side and is being checked for consistency.
18 void SetTestData();
19
20 } // namespace android
21 } // namespace variations
22
23 #endif // COMPONENTS_VARIATIONS_ANDROID_FIRSTRUN_VARIATIONS_SEED_BRIDGE_TEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698