// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/extensions/extension_webkit_preferences.h" #include "base/command_line.h" #include "chrome/common/chrome_switches.h" #include "extensions/common/constants.h" #include "extensions/common/extension.h" #include "extensions/common/manifest.h" #include "third_party/blink/public/common/web_preferences/web_preferences.h" namespace extension_webkit_preferences { void SetPreferences(const extensions::Extension* extension, blink::web_pref::WebPreferences* webkit_prefs) { … } } // namespace extension_webkit_preferences