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. 4 5 #ifndef CLOUD_PRINT_SERVICE_INSTALLER_H_ 6 #define CLOUD_PRINT_SERVICE_INSTALLER_H_ 7 8 #include <wtypes.h> 9 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(); 14 15 #endif // CLOUD_PRINT_SERVICE_INSTALLER_H_