Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / cloud_print / service / win / installer.h
blob027e97b4e99868e9c6921145b56df6c44ab45cfb
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CLOUD_PRINT_SERVICE_INSTALLER_H_
6 #define CLOUD_PRINT_SERVICE_INSTALLER_H_
8 #include <wtypes.h>
10 // Installs/uninstalls product if related switches provided.
11 // Returns S_OK on success or error code.
12 // Returns S_FALE if no related switches were provided.
13 HRESULT ProcessInstallerSwitches();
15 #endif // CLOUD_PRINT_SERVICE_INSTALLER_H_