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

Unified Diff: components/doodle/doodle_types.h

Issue 2726883002: [Doodle] Replace the expiry_date in DoodleConfig by time_to_live (Closed)
Patch Set: review Created 3 years, 10 months 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/doodle/doodle_types.h
diff --git a/components/doodle/doodle_types.h b/components/doodle/doodle_types.h
index 49c749d8babfed56a44e64553a1c93cbcf2faedf..1317c80ccd47bdd0ddb013033b8fcb5ac18b95b1 100644
--- a/components/doodle/doodle_types.h
+++ b/components/doodle/doodle_types.h
@@ -69,7 +69,7 @@ struct DoodleConfig {
DoodleImage transparent_large_image;
// TODO(treib,fhorschig): Don't expose this? Clients don't care about it.
- base::Time expiry_date;
+ base::TimeDelta time_to_live;
// Copying and assignment allowed.
};

Powered by Google App Engine
This is Rietveld 408576698