Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3270)

Unified Diff: chrome/browser/mac/master_prefs.h

Issue 7655056: Enable brand codes and master preferences on the Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: expando Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/mac/keystone_glue.mm ('k') | chrome/browser/mac/master_prefs.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mac/master_prefs.h
diff --git a/chrome/browser/mac/master_prefs.h b/chrome/browser/mac/master_prefs.h
new file mode 100644
index 0000000000000000000000000000000000000000..ce2e33008c37015d94e4bf0fe6163fd583db8151
--- /dev/null
+++ b/chrome/browser/mac/master_prefs.h
@@ -0,0 +1,20 @@
+// Copyright (c) 2011 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_MAC_MASTER_PREFS_H_
+#define CHROME_BROWSER_MAC_MASTER_PREFS_H_
+#pragma once
+
+#include "base/file_path.h"
+
+namespace master_prefs {
+
+// Returns the path to the master preferences file. Note that this path may be
+// empty (in the case where this type of build cannot have a master preferences
+// file) or may not actually exist on the filesystem.
+FilePath MasterPrefsPath();
+
+} // namespace master_prefs
+
+#endif // CHROME_BROWSER_MAC_MASTER_PREFS_H_
« no previous file with comments | « chrome/browser/mac/keystone_glue.mm ('k') | chrome/browser/mac/master_prefs.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698