| Index: cloud_print/service/win/installer.h
|
| diff --git a/cloud_print/service/win/installer.h b/cloud_print/service/win/installer.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ddb4e7df0a972c2aa840879eeccd16b7c533c808
|
| --- /dev/null
|
| +++ b/cloud_print/service/win/installer.h
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2013 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 CLOUD_PRINT_SERVICE_INSTALLER_H_
|
| +#define CLOUD_PRINT_SERVICE_INSTALLER_H_
|
| +
|
| +#include <wtypes.h>
|
| +
|
| +HRESULT ProcessInstallerSwitches();
|
| +
|
| +#endif // CLOUD_PRINT_SERVICE_INSTALLER_H_
|
|
|