diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 04:54:09 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 04:54:09 +0000 |
commit | f8bf62e85f15247e9804ba2494f9b7595f7504eb (patch) | |
tree | 0796d77df8c562c9787a252cce5f3180551e03ce /chrome/browser/browser_resources.grd | |
parent | 4a813cc835bcd26f2c2eea3fd734644a58ec45f2 (diff) | |
download | chromium_src-f8bf62e85f15247e9804ba2494f9b7595f7504eb.zip chromium_src-f8bf62e85f15247e9804ba2494f9b7595f7504eb.tar.gz chromium_src-f8bf62e85f15247e9804ba2494f9b7595f7504eb.tar.bz2 |
Revert 57460 - Add hidden component app for web store.
This patch adds a component which does not appear on the NTP, but does enforce that gallery urls are isolated in their own process. This is in anticipation of exposing extension api bindings to the gallery so it can install/detect/uninstall extensions & apps.
Note that this patch works correctly with the --apps-gallery-url. If specified, the replacement url will be inserted into the component app's extent
BUG=27431
Review URL: http://codereview.chromium.org/3116040
TBR=rafaelw@chromium.org
Review URL: http://codereview.chromium.org/3180027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index 648ba2b..24b9baf 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -62,7 +62,6 @@ without changes to the corresponding grd file. eadeae--> <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDATA" /> <include name="IDR_BUGREPORT_HTML" file="resources\bug_report.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_BUGREPORT_HTML_INVALID" file="resources\bug_report_invalid.html" flattenhtml="true" type="BINDATA" /> - <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifest.json" type="BINDATA" /> <if expr="pp_ifdef('chromeos')"> <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" flattenhtml="true" type="BINDATA" /> |