diff options
author | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-10 13:19:31 +0000 |
---|---|---|
committer | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-10 13:19:31 +0000 |
commit | 3a9ab8f95dd88484a7d5c763819232142f6c916f (patch) | |
tree | ca670352a88bced1d6309c84f740529a28c0e00b /chrome/chrome_common.gypi | |
parent | 4c235ca2f7dea8bab0402ed4285b0993ef1e8f5c (diff) | |
download | chromium_src-3a9ab8f95dd88484a7d5c763819232142f6c916f.zip chromium_src-3a9ab8f95dd88484a7d5c763819232142f6c916f.tar.gz chromium_src-3a9ab8f95dd88484a7d5c763819232142f6c916f.tar.bz2 |
Revert 222235 ""Redirecting URLs to Packaged Apps" implementatio..."
> "Redirecting URLs to Packaged Apps" implementation: revised
>
> Design proposal: https://docs.google.com/document/d/1r-RoOv2URfZBYrT_B6notQ6MeMqZRd1EP1AITuzJCAc/edit?usp=sharing
>
> * Support for url_handlers in manifest
> * New kind of onLaunched event with navigation info in launch data
> * Intercept/redirect top-level browser-initiated navigations (bookmarks, omnibox, etc.)
> * Intercept/redirect top-frame navigations in tabs and app windows.
>
> This is a rework of https://codereview.chromium.org/22944002/.
>
> BUG=111422
>
> Review URL: https://chromiumcodereview.appspot.com/23847004
Reason for revert:
This is the most likely cause of the chrome_frame_net_tests failures (various tests), since no other changes in the blamelist were touching URLRequest bits.
First failure here: http://build.chromium.org/p/chromium.win/builders/Chrome%20Frame%20Tests%20%28ie6%29/builds/46826
TBR=sergeygs@chromium.org
Review URL: https://codereview.chromium.org/23600025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222257 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index a7a9ae1..c50836c 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -219,8 +219,6 @@ 'common/extensions/api/storage/storage_schema_manifest_handler.h', 'common/extensions/api/system_indicator/system_indicator_handler.cc', 'common/extensions/api/system_indicator/system_indicator_handler.h', - 'common/extensions/api/url_handlers/url_handlers_parser.cc', - 'common/extensions/api/url_handlers/url_handlers_parser.h', 'common/extensions/background_info.cc', 'common/extensions/background_info.h', 'common/extensions/chrome_extensions_client.cc', |