Revert 168224 - Update V8 to version 3.15.4.
[chromium-blink-merge.git] / chrome / browser / ui / browser_view_prefs.h
blob214aafd044bbb772bb3b594aae39ca54d0ec60cf
1 // Copyright (c) 2012 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_UI_BROWSER_VIEW_PREFS_H_
6 #define CHROME_BROWSER_UI_BROWSER_VIEW_PREFS_H_
8 class PrefService;
10 namespace chrome {
12 // Register local state preferences specific to BrowserView.
13 void RegisterBrowserViewPrefs(PrefService* prefs);
15 } // namespace chrome
17 #endif // CHROME_BROWSER_UI_BROWSER_VIEW_PREFS_H_