| Index: chrome/browser/remoting/setup.h
|
| diff --git a/chrome/browser/remoting/setup.h b/chrome/browser/remoting/setup.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a365647a36f9d003595bfb95c718426e4c23e41f
|
| --- /dev/null
|
| +++ b/chrome/browser/remoting/setup.h
|
| @@ -0,0 +1,19 @@
|
| +// Copyright (c) 2009 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.
|
| +
|
| +#ifndef CHROME_BROWSER_REMOTING_SETUP_H_
|
| +#define CHROME_BROWSER_REMOTING_SETUP_H_
|
| +
|
| +#include "base/string16.h"
|
| +
|
| +class Profile;
|
| +
|
| +namespace remoting_setup {
|
| +
|
| +// Open the appropriate setup dialog for the given profile (which can be
|
| +// incognito).
|
| +void OpenRemotingSetupDialog(Profile* profile);
|
| +} // namespace remoting_setup
|
| +
|
| +#endif // CHROME_BROWSER_REMOTING_SETUP_H_
|
|
|