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

Unified Diff: components/variations/android/variations_seed_bridge.cc

Issue 1447823003: Revert of Implemented clearing Java prefs after pulling variations first run seed from Java to C++ side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: components/variations/android/variations_seed_bridge.cc
diff --git a/components/variations/android/variations_seed_bridge.cc b/components/variations/android/variations_seed_bridge.cc
index 731c744319b35fe3d9403a34b4c5e6f764a59ecd..cf5cbe41db3ac65ff1fe91a503f42eb94c976575 100644
--- a/components/variations/android/variations_seed_bridge.cc
+++ b/components/variations/android/variations_seed_bridge.cc
@@ -55,16 +55,5 @@
*seed_country = ConvertJavaStringToUTF8(j_seed_country);
}
-void ClearJavaFirstRunPrefs() {
- JNIEnv* env = AttachCurrentThread();
- Java_VariationsSeedBridge_clearFirstRunPrefs(env, GetApplicationContext());
-}
-
-void MarkVariationsSeedAsStored() {
- JNIEnv* env = AttachCurrentThread();
- Java_VariationsSeedBridge_markVariationsSeedAsStored(env,
- GetApplicationContext());
-}
-
} // namespace android
} // namespace variations
« no previous file with comments | « components/variations/android/variations_seed_bridge.h ('k') | components/variations/variations_seed_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698