[content shell] implement testRunner.overridePreference
[chromium-blink-merge.git] / content / shell / webkit_test_platform_support_mac.mm
blobdc7320e3166c7ac2ffe53d87d7ba6e8606bec823
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 #include "content/shell/webkit_test_platform_support.h"
7 namespace content {
9 bool WebKitTestPlatformInitialize() {
10   return true;
13 }  // namespace