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

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

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.h
diff --git a/components/variations/android/variations_seed_bridge.h b/components/variations/android/variations_seed_bridge.h
index 784701a7493d10781ba201614d0972d8df59c7dd..83381fa4837e4c9678f041aaee40d7619348629e 100644
--- a/components/variations/android/variations_seed_bridge.h
+++ b/components/variations/android/variations_seed_bridge.h
@@ -18,14 +18,6 @@
std::string* seed_signature,
std::string* seed_country);
-// Clears first run seed preferences stored on the Java side of Chrome for
-// Android.
-void ClearJavaFirstRunPrefs();
-
-// Marks variations seed as stored to avoid repeated fetches of the seed at
-// the Java side.
-void MarkVariationsSeedAsStored();
-
} // namespace android
} // namespace variations

Powered by Google App Engine
This is Rietveld 408576698