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

Unified Diff: base/build_time.h

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « base/bind_unittest.nc ('k') | base/build_time.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/build_time.h
diff --git a/base/build_time.h b/base/build_time.h
index 73c01b052bfdd6b2bbd3d1e0f946c896ea7dc183..c7df479b62262bb73ab098574a323a4205d8f292 100644
--- a/base/build_time.h
+++ b/base/build_time.h
@@ -18,6 +18,9 @@ namespace base {
//
// Also, since __TIME__ doesn't include a timezone, this value should only be
// considered accurate to a day.
+//
+// NOTE: This function is disabled except for the official builds, by default
+// the date returned is "Sep 02 2008 08:00:00 PST".
Time BASE_EXPORT GetBuildTime();
} // namespace base
« no previous file with comments | « base/bind_unittest.nc ('k') | base/build_time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698