summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/network_profile_bubble_prefs.h
blob: f4c89fa53a13a3a565be89789826bbd0cc42cdf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (c) 2012 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 CHROME_BROWSER_UI_NETWORK_PROFILE_BUBBLE_PREFS_H_
#define CHROME_BROWSER_UI_NETWORK_PROFILE_BUBBLE_PREFS_H_
#pragma once

class PrefService;

namespace browser {

// The number of warnings to be shown on consequtive starts of Chrome before the
// silent period starts.
extern const int kMaxWarnings;

// Register the pref that controls whether the bubble should be shown anymore.
void RegisterNetworkProfileBubblePrefs(PrefService* prefs);

}  // namespace

#endif  // CHROME_BROWSER_UI_NETWORK_PROFILE_BUBBLE_PREFS_H_