diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 00:26:05 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 00:26:05 +0000 |
commit | 1dc400b9441904d1b5a686477e6e464810876c45 (patch) | |
tree | 62e047228442eff440edc6bd653297811bac1516 /cloud_print/service/win/service_controller.h | |
parent | e858542e4e0825b521895467ffc24ba2940d4afb (diff) | |
download | chromium_src-1dc400b9441904d1b5a686477e6e464810876c45.zip chromium_src-1dc400b9441904d1b5a686477e6e464810876c45.tar.gz chromium_src-1dc400b9441904d1b5a686477e6e464810876c45.tar.bz2 |
Send data back from service using IPC, not file.
This allows to avoid asking user to create
BUG=223485
Review URL: https://chromiumcodereview.appspot.com/13039002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/service/win/service_controller.h')
-rw-r--r-- | cloud_print/service/win/service_controller.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cloud_print/service/win/service_controller.h b/cloud_print/service/win/service_controller.h index 4e06059..4f5553b 100644 --- a/cloud_print/service/win/service_controller.h +++ b/cloud_print/service/win/service_controller.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// 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. @@ -26,7 +26,8 @@ class ServiceController { HRESULT InstallService(const string16& user, const string16& password, const std::string& run_switch, - const base::FilePath& user_data_dir); + const base::FilePath& user_data_dir, + bool auto_start); HRESULT UninstallService(); |