#include "third_party/blink/public/common/web_preferences/web_preferences.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "third_party/blink/public/common/features.h"
#include "third_party/blink/public/mojom/v8_cache_options.mojom.h"
#include "third_party/blink/public/mojom/webpreferences/web_preferences.mojom.h"
#include "ui/base/ui_base_switches_util.h"
namespace {
bool IsTouchDragDropEnabled() { … }
}
namespace blink {
namespace web_pref {
EffectiveConnectionType;
const char kCommonScript[] = …;
WebPreferences::WebPreferences()
: … { … }
WebPreferences::WebPreferences(const WebPreferences& other) = default;
WebPreferences::WebPreferences(WebPreferences&& other) = default;
WebPreferences::~WebPreferences() = default;
WebPreferences& WebPreferences::operator=(const WebPreferences& other) =
default;
WebPreferences& WebPreferences::operator=(WebPreferences&& other) = default;
}
}