diff options
Diffstat (limited to 'chrome/app/google_update_client.h')
-rw-r--r-- | chrome/app/google_update_client.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/app/google_update_client.h b/chrome/app/google_update_client.h index 16130f0..7d063f3 100644 --- a/chrome/app/google_update_client.h +++ b/chrome/app/google_update_client.h @@ -26,7 +26,11 @@ class GoogleUpdateClient { GoogleUpdateClient(); virtual ~GoogleUpdateClient(); - // Returns the path of the DLL that is going to be loaded. + // Returns the full path of the DLL that is going to be loaded. + // This function can be called only after Init(). + std::wstring GetDLLFullPath(); + + // Returns the path containing the DLL that is going to be loaded. // This function can be called only after Init(). std::wstring GetDLLPath(); |