[ExtensionToolbarMac] Restrict action button drags to the container's bounds
[chromium-blink-merge.git] / chrome / browser / mac / master_prefs.h
blob91a11f8b85ed5700557b70331ad085ef6a39da79
1 // Copyright (c) 2011 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 #ifndef CHROME_BROWSER_MAC_MASTER_PREFS_H_
6 #define CHROME_BROWSER_MAC_MASTER_PREFS_H_
8 #include "base/files/file_path.h"
10 namespace master_prefs {
12 // Returns the path to the master preferences file. Note that this path may be
13 // empty (in the case where this type of build cannot have a master preferences
14 // file) or may not actually exist on the filesystem.
15 base::FilePath MasterPrefsPath();
17 } // namespace master_prefs
19 #endif // CHROME_BROWSER_MAC_MASTER_PREFS_H_