diff options
author | rpaquay@chromium.org <rpaquay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 05:10:08 +0000 |
---|---|---|
committer | rpaquay@chromium.org <rpaquay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 05:10:08 +0000 |
commit | 98c1d817896f8723dcf348d6e6d292c42f9a6c13 (patch) | |
tree | 87c532f5b302008255ec94f2bd7bb150b778cb37 /chrome/browser/extensions/extension_disabled_ui_browsertest.cc | |
parent | 5b3ffa0cb78f4ce63633bddff2b8be03a2f18f93 (diff) | |
download | chromium_src-98c1d817896f8723dcf348d6e6d292c42f9a6c13.zip chromium_src-98c1d817896f8723dcf348d6e6d292c42f9a6c13.tar.gz chromium_src-98c1d817896f8723dcf348d6e6d292c42f9a6c13.tar.bz2 |
Improve <adview> implementation and add tests.
The first CL for bug 180618 contained initial support for the <adview> tag. This is a follow up CL to
* fix issues related to various combinations of flags, permissions and property/attributes behavior,
* add corresponding tests,
* and improve code readability of "ad_view.js"
BUG=226125
TBR=asargent@chromium.org (for trivial changes in chrome/browser/component_updater/test/component_updater_service_unittest.cc)
Review URL: https://chromiumcodereview.appspot.com/12967016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_disabled_ui_browsertest.cc')
-rw-r--r-- | chrome/browser/extensions/extension_disabled_ui_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_disabled_ui_browsertest.cc b/chrome/browser/extensions/extension_disabled_ui_browsertest.cc index 215ef7d..7c8934a 100644 --- a/chrome/browser/extensions/extension_disabled_ui_browsertest.cc +++ b/chrome/browser/extensions/extension_disabled_ui_browsertest.cc @@ -189,7 +189,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionDisabledGlobalErrorTest, InstallIncreasingPermissionExtensionV1(); // Note: This interceptor gets requests on the IO thread. - content::URLRequestPrepackagedInterceptor interceptor; + content::URLLocalHostRequestPrepackagedInterceptor interceptor; net::URLFetcher::SetEnableInterceptionForTests(true); interceptor.SetResponseIgnoreQuery( GURL("http://localhost/autoupdate/updates.xml"), |