blob: b9307d7360248534055fa255830fced139fd4821 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2014 The Chromium Authors
[email protected]e24bcb42014-05-22 06:47:422// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
sdefresned967d552015-07-16 08:34:355#include "components/rlz/rlz_tracker.h"
6
7namespace rlz {
[email protected]e24bcb42014-05-22 06:47:428
9// static
10rlz_lib::AccessPoint RLZTracker::ChromeOmnibox() {
11 return rlz_lib::CHROME_MAC_OMNIBOX;
12}
13
14// static
15rlz_lib::AccessPoint RLZTracker::ChromeHomePage() {
16 return rlz_lib::CHROME_MAC_HOME_PAGE;
17}
18
19// static
20rlz_lib::AccessPoint RLZTracker::ChromeAppList() {
21 return rlz_lib::CHROME_MAC_APP_LIST;
22}
sdefresned967d552015-07-16 08:34:3523
24} // namespace rlz