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..7048af207faa36efe9d06816e9acfb569bd22b92 100644 |
--- a/components/variations/android/variations_seed_bridge.h |
+++ b/components/variations/android/variations_seed_bridge.h |
@@ -13,11 +13,15 @@ namespace android { |
bool RegisterVariationsSeedBridge(JNIEnv* env); |
-// Return the first run seed data pulled from the Java side of application. |
+// Returns the first run seed data pulled from the Java side of application. |
void GetVariationsFirstRunSeed(std::string* seed_data, |
std::string* seed_signature, |
std::string* seed_country); |
+// Marks variations seed as stored to avoid repeated fetches of the seed at |
+// the Java side. |
+void markVariationsSeedAsStored(); |
+ |
} // namespace android |
} // namespace variations |