blob: 0675287982c0074a20d447f2252b2eff9c96fbe9 [file] [log] [blame]
[email protected]6717bf272012-05-11 23:31:251// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]5092c282011-10-29 21:48:372// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBKIT_PREFERENCES_H_
6#define CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBKIT_PREFERENCES_H_
7
[email protected]cb2edf22013-04-01 20:25:238#include "extensions/common/view_type.h"
[email protected]952a68e2011-11-17 00:36:109
[email protected]b3a97b52014-07-09 06:25:0510namespace content {
[email protected]3184f90b2013-05-01 18:17:5311struct WebPreferences;
[email protected]b3a97b52014-07-09 06:25:0512}
[email protected]3184f90b2013-05-01 18:17:5313
[email protected]1c321ee2012-05-21 03:02:3414namespace extensions {
[email protected]5092c282011-10-29 21:48:3715class Extension;
[email protected]1c321ee2012-05-21 03:02:3416}
[email protected]6717bf272012-05-11 23:31:2517
[email protected]5092c282011-10-29 21:48:3718namespace extension_webkit_preferences {
19
[email protected]1c321ee2012-05-21 03:02:3420void SetPreferences(const extensions::Extension* extension,
[email protected]cb2edf22013-04-01 20:25:2321 extensions::ViewType render_view_type,
[email protected]b3a97b52014-07-09 06:25:0522 content::WebPreferences* webkit_prefs);
[email protected]5092c282011-10-29 21:48:3723
24} // namespace extension_webkit_preferences
25
26#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBKIT_PREFERENCES_H_