• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (c) 2012 The Chromium Embedded Framework Authors. All rights
2 // reserved. Use of this source code is governed by a BSD-style license that can
3 // be found in the LICENSE file.
4 
5 #ifndef CEF_LIBCEF_BROWSER_BROWSER_MESSAGE_LOOP_H_
6 #define CEF_LIBCEF_BROWSER_BROWSER_MESSAGE_LOOP_H_
7 
8 void InitExternalMessagePumpFactoryForUI();
9 
10 #endif  // CEF_LIBCEF_BROWSER_BROWSER_MESSAGE_LOOP_H_
11