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

Unified Diff: base/build_time.h

Issue 695523002: Change dont_embed_build_metadata default to 1 except for Official build and fix some unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the logic in ssl_error_classification.cc Created 6 years, 2 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
« no previous file with comments | « no previous file | 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 | « no previous file | base/build_time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698