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

Side by Side Diff: components/precache/core/proto/timestamp.proto

Issue 2123813002: Report Precache.TimeSinceLastPrecache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gclient sync Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 syntax = "proto2";
6
7 package precache;
8
9 // Chrome requires this.
10 option optimize_for = LITE_RUNTIME;
11
12 message Timestamp {
13 // Represents seconds of UTC time since Unix epoch
14 // 1970-01-01T00:00:00Z. Must be from from 0001-01-01T00:00:00Z to
15 // 9999-12-31T23:59:59Z inclusive.
16 optional int64 seconds = 1;
17 }
OLDNEW
« no previous file with comments | « components/precache/core/precache_session_table_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698