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 |