Roll src/third_party/WebKit eac3800:0237a66 (svn 202606:202607)
[chromium-blink-merge.git] / components / sessions / core / session_constants.cc
blobf1a26c79177675c5ca81fec8bbb010c5d8a3a05c
1 // Copyright 2015 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.
5 #include "components/sessions/core/session_constants.h"
7 namespace sessions {
9 const int gMaxPersistNavigationCount = 6;
11 } // namespace sessions