| Index: chrome/app/client_util.h
|
| diff --git a/chrome/app/client_util.h b/chrome/app/client_util.h
|
| index 5ef81ba5ae67f882751f70ccffc764dae55ac15f..ebabdd63383dcabffd447d6e75babf0cf58c00a8 100644
|
| --- a/chrome/app/client_util.h
|
| +++ b/chrome/app/client_util.h
|
| @@ -46,7 +46,8 @@ class MainDllLoader {
|
| // Called after chrome.dll has been loaded but before the entry point
|
| // is invoked. Derived classes can implement custom actions here.
|
| // |dll_path| refers to the path of the Chrome dll being loaded.
|
| - virtual void OnBeforeLaunch(const base::string16& dll_path) = 0;
|
| + virtual void OnBeforeLaunch(const std::string& process_type,
|
| + const base::string16& dll_path) = 0;
|
|
|
| // Called after the chrome.dll entry point returns and before terminating
|
| // this process. The return value will be used as the process return code.
|
|
|