diff options
Diffstat (limited to 'ios/web/public/app/web_main_parts.mm')
-rw-r--r-- | ios/web/public/app/web_main_parts.mm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ios/web/public/app/web_main_parts.mm b/ios/web/public/app/web_main_parts.mm new file mode 100644 index 0000000..541cc36 --- /dev/null +++ b/ios/web/public/app/web_main_parts.mm @@ -0,0 +1,13 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "ios/web/public/app/web_main_parts.h" + +namespace web { + +int WebMainParts::PreCreateThreads() { + return 0; +} + +} // namespace web |