| Index: chrome/browser/resources/md_history/constants.js
|
| diff --git a/chrome/browser/resources/md_history/constants.js b/chrome/browser/resources/md_history/constants.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..54202c3bd0678dfb0bae72af5a48834f644f5a1e
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/md_history/constants.js
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// Globals:
|
| +/** @const */ var RESULTS_PER_PAGE = 150;
|
| +
|
| +/**
|
| + * Amount of time between pageviews that we consider a 'break' in browsing,
|
| + * measured in milliseconds.
|
| + * @const
|
| + */
|
| +var BROWSING_GAP_TIME = 15 * 60 * 1000;
|
|
|