blob: 3939efa7af8b7ca35c1a7da0346ca45799f7dcf0 [file] [log] [blame]
[email protected]69479b922012-02-02 09:56:201// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]5629e0c2011-09-12 22:07:362// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CONTENT_SHELL_SHELL_BROWSER_MAIN_H_
6#define CONTENT_SHELL_SHELL_BROWSER_MAIN_H_
7#pragma once
8
[email protected]b0f146f2011-09-15 22:14:259namespace content {
[email protected]4573fbd2011-10-31 20:25:1810struct MainFunctionParams;
[email protected]147f8092012-03-21 11:47:4511}
[email protected]b0f146f2011-09-15 22:14:2512
[email protected]147f8092012-03-21 11:47:4513int ShellBrowserMain(const content::MainFunctionParams& parameters);
[email protected]b0f146f2011-09-15 22:14:2514
[email protected]5629e0c2011-09-12 22:07:3615#endif // CONTENT_SHELL_SHELL_BROWSER_MAIN_H_