blob: a591a0cb97b2da835d597fed0a1db97ed7c90739 [file] [log] [blame]
// Copyright 2017 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.
#ifndef IOS_CHROME_BROWSER_TABS_TAB_CONSTANTS_H_
#define IOS_CHROME_BROWSER_TABS_TAB_CONSTANTS_H_
namespace tab_constants {
// URL used in referrer to signal that the navigation should not be taken into
// consideration when computing the Most Visited sites.
extern const char kDoNotConsiderForMostVisited[];
} // namespace tab_constants
#endif // IOS_CHROME_BROWSER_TABS_TAB_CONSTANTS_H_