diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-01 04:52:17 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-01 04:52:17 +0000 |
commit | e5ab799c647a5fa26ccb5f55352fdce7e39cfded (patch) | |
tree | 8189cd34cb9064fe691fbb1f25f6f6899f117583 /chrome/installer/util/util_constants.h | |
parent | 496700a7f47063baf51e28b18aa6cc191892f60b (diff) | |
download | chromium_src-e5ab799c647a5fa26ccb5f55352fdce7e39cfded.zip chromium_src-e5ab799c647a5fa26ccb5f55352fdce7e39cfded.tar.gz chromium_src-e5ab799c647a5fa26ccb5f55352fdce7e39cfded.tar.bz2 |
Revert 248331 "Revert 247156 "Revert 247151 "Cleanup of windows ..."
Basically reverting 247151 which still breaks the tree.
> Revert 247156 "Revert 247151 "Cleanup of windows launch code""
>
> This re-enables 247151 because I can't repro it
> so it is possible it was a temporary NaCL insanity and definitely
> the x64 breakage was a flake as confirmed by try jobs.
>
>
> > Revert 247151 "Cleanup of windows launch code"
> >
> > > Cleanup of windows launch code
> > >
> > > The windows startup code was handling aura and non-aura cases which
> > > require different startup logic in metro (immersive mode). Since we
> > > don't support the non-Aura logic we can get rid of a lot of code.
> > >
> > > Tbring gab for the installer constant addition.
> > >
> > > R=ananta@chromium.org, scottmg@chromium.org
> > > TBR=gab
> > > BUG=none
> > >
> > > Review URL: https://codereview.chromium.org/142473002
> >
> > TBR=cpu@chromium.org
> >
> > Review URL: https://codereview.chromium.org/140123006
>
> TBR=cpu@chromium.org
>
> Review URL: https://codereview.chromium.org/151683004
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/152033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.h')
-rw-r--r-- | chrome/installer/util/util_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h index 6631d4c..c6c11b8 100644 --- a/chrome/installer/util/util_constants.h +++ b/chrome/installer/util/util_constants.h @@ -204,7 +204,6 @@ extern const wchar_t kChromeFrameHelperWndClass[]; extern const wchar_t kChromeLauncherExe[]; extern const wchar_t kChromeOldExe[]; extern const wchar_t kChromeNewExe[]; -extern const wchar_t kChromeMetroDll[]; extern const wchar_t kCmdInstallApp[]; extern const wchar_t kCmdInstallExtension[]; extern const wchar_t kCmdOnOsUpgrade[]; |