[DevTools] Remove forwarded connections counting
[chromium-blink-merge.git] / content / shell / app / blink_test_platform_support.h
blob15da3ae8a7ae92a563fa69c1c40bc5ee14497265
1 // Copyright 2013 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 CONTENT_SHELL_APP_BLINK_TEST_PLATFORM_SUPPORT_H_
6 #define CONTENT_SHELL_APP_BLINK_TEST_PLATFORM_SUPPORT_H_
8 namespace content {
10 bool CheckLayoutSystemDeps();
11 bool BlinkTestPlatformInitialize();
13 } // namespace content
15 #endif // CONTENT_SHELL_APP_BLINK_TEST_PLATFORM_SUPPORT_H_