| Index: chrome/service/service_main.cc
|
| diff --git a/chrome/service/service_main.cc b/chrome/service/service_main.cc
|
| index 81ffb8874836ebf83524ef428448f87fd16771c6..248270603cfe95fd37ecc236d34a1771179e2b4f 100644
|
| --- a/chrome/service/service_main.cc
|
| +++ b/chrome/service/service_main.cc
|
| @@ -12,8 +12,9 @@
|
| #include "content/public/common/main_function_params.h"
|
| #include "net/url_request/url_request.h"
|
|
|
| -// Mainline routine for running as the service process.
|
| -int ServiceProcessMain(const content::MainFunctionParams& parameters) {
|
| +// Mainline routine for running as the Cloud Print service process.
|
| +int CloudPrintServiceProcessMain(
|
| + const content::MainFunctionParams& parameters) {
|
| // Chrome disallows cookies by default. All code paths that want to use
|
| // cookies should go through the browser process.
|
| net::URLRequest::SetDefaultCookiePolicyToBlock();
|
|
|