diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 15:51:57 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 15:51:57 +0000 |
commit | 41cd00a4e364aad2b9a53964684e554aa3b675e8 (patch) | |
tree | 65c85ff828574d1c06a0a66a4a6dd5c8dfcf447f /chrome/common/chrome_constants.cc | |
parent | 2b42f3d1a6ed5ba99f5b6f4ca907051040664f47 (diff) | |
download | chromium_src-41cd00a4e364aad2b9a53964684e554aa3b675e8.zip chromium_src-41cd00a4e364aad2b9a53964684e554aa3b675e8.tar.gz chromium_src-41cd00a4e364aad2b9a53964684e554aa3b675e8.tar.bz2 |
Move the framework and helper application into a versioned directory in support
of unbreaking auto-update.
BUG=14610
TEST= - The following bundles should be gone:
- Chromium.app/Contents/Frameworks/Chromium Framework.framework
- Chromium.app/Contents/Resources/Chromium Helper.app
They should be replaced by:
- Chromium.app/Contents/Versions/*/Chromium Framework.framework
- Chromium.app/Contents/Versions/*/Chromium Helper.app
- The application should continue to function properly and all tests
should still pass.
- The signed application should have the inner framework and helper
application signed, and the outer application signed. The outer seal
should permit unknown versions to be present in the Versions directory,
but should protect the active versioned directory.
- Auto-updating to an official build with this change should still work.
Review URL: http://codereview.chromium.org/261031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28963 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index 55ea255..5f8fc9a 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -44,7 +44,6 @@ const wchar_t kHelperProcessExecutablePath[] = L"chrome"; const wchar_t kBrowserProcessExecutablePath[] = PRODUCT_STRING_W L".app/Contents/MacOS/" PRODUCT_STRING_W; const wchar_t kHelperProcessExecutablePath[] = - PRODUCT_STRING_W L".app/Contents/Resources/" PRODUCT_STRING_W L" Helper.app/Contents/MacOS/" PRODUCT_STRING_W L" Helper"; #endif // OS_* #if defined(OS_MACOSX) |