diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 00:42:48 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 00:42:48 +0000 |
commit | 66a4ff2f884413f935ae72a8e505c1f756381fc4 (patch) | |
tree | 7a470d6d204420f1e67221100e93da8539d256b3 /chrome/chrome.sln | |
parent | 8d2335f413f55bd140a3dad2286620a44df84ba9 (diff) | |
download | chromium_src-66a4ff2f884413f935ae72a8e505c1f756381fc4.zip chromium_src-66a4ff2f884413f935ae72a8e505c1f756381fc4.tar.gz chromium_src-66a4ff2f884413f935ae72a8e505c1f756381fc4.tar.bz2 |
* Launch Chrome in non-elevated mode.
Currently Google Update LaunchCmdLine launches command with the callers token. To launch non-elevated we try to get the token of explorer.exe and impersonate it (same as what Google Update does in another place).
Also fix a bug in Compatibility check function. We should exit if we fail to load advapi32.dll and not if we succeed.
I am still doing testing with various builds of Google Update.
Review URL: http://codereview.chromium.org/12970
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.sln')
-rwxr-xr-x | chrome/chrome.sln | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome.sln b/chrome/chrome.sln index 300d84d..7e3a63a 100755 --- a/chrome/chrome.sln +++ b/chrome/chrome.sln @@ -1925,12 +1925,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gcapi_lib", "installer\gcap Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
+ ProjectSection(ProjectDependencies) = postProject
+ {4052059A-D72B-4183-B5C2-9D1B099E9E35} = {4052059A-D72B-4183-B5C2-9D1B099E9E35}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gcapi_dll", "installer\gcapi\gcapi_dll.vcproj", "{B802A2FE-E4E2-4F5A-905A-D5128875C954}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
+ ProjectSection(ProjectDependencies) = postProject
+ {4052059A-D72B-4183-B5C2-9D1B099E9E35} = {4052059A-D72B-4183-B5C2-9D1B099E9E35}
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gcapi_test", "installer\gcapi\gcapi_test.vcproj", "{B64B396B-8EF1-4B6B-A07E-48D40EB961AB}"
ProjectSection(WebsiteProperties) = preProject
|