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 83381fa4837e4c9678f041aaee40d7619348629e..a3b5ad62f01aa16e30d283f9efaaaa9ac0693daa 100644 |
--- a/components/variations/android/variations_seed_bridge.h |
+++ b/components/variations/android/variations_seed_bridge.h |
@@ -18,6 +18,8 @@ void GetVariationsFirstRunSeed(std::string* seed_data, |
std::string* seed_signature, |
std::string* seed_country); |
+void ClearJavaPrefs(); |
Alexei Svitkine (slow)
2015/11/12 16:30:11
Add a comment.
Alexander Agulenko
2015/11/12 17:40:25
Done.
|
+ |
} // namespace android |
} // namespace variations |