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/installer/gcapi/gcapi_lib.vcproj | |
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/installer/gcapi/gcapi_lib.vcproj')
-rwxr-xr-x | chrome/installer/gcapi/gcapi_lib.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/gcapi/gcapi_lib.vcproj b/chrome/installer/gcapi/gcapi_lib.vcproj index 2524db7..75da6c5 100755 --- a/chrome/installer/gcapi/gcapi_lib.vcproj +++ b/chrome/installer/gcapi/gcapi_lib.vcproj @@ -17,7 +17,7 @@ <Configuration
Name="Debug|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops"
+ InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\debug.vsprops"
>
<Tool
Name="VCCLCompilerTool"
@@ -29,7 +29,7 @@ <Configuration
Name="Release|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops"
+ InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\release.vsprops"
>
<Tool
Name="VCCLCompilerTool"
|