summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
diff options
context:
space:
mode:
authorgbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 05:52:03 +0000
committergbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 05:52:03 +0000
commiteaa9f4ec3916d6df2892412403694da367acf4e0 (patch)
tree22497c104a5507cf6237cccbe035f229008ea123 /chrome/browser/download
parentae3c42edd8354d735fd399e6e051bc5d0b462e3a (diff)
downloadchromium_src-eaa9f4ec3916d6df2892412403694da367acf4e0.zip
chromium_src-eaa9f4ec3916d6df2892412403694da367acf4e0.tar.gz
chromium_src-eaa9f4ec3916d6df2892412403694da367acf4e0.tar.bz2
[WebsiteSettings] Update permission bubble manager policy
This policy is more in accord with the design doc changes. Moves to showing the dialog upon DOMContentLoaded in source pages, and then subsequently for user gestures. R=leng@chromium.org BUG=332115,364159 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266855 Review URL: https://codereview.chromium.org/243543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download')
-rw-r--r--chrome/browser/download/download_request_limiter_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/download/download_request_limiter_unittest.cc b/chrome/browser/download/download_request_limiter_unittest.cc
index f9b4632..958b8f0 100644
--- a/chrome/browser/download/download_request_limiter_unittest.cc
+++ b/chrome/browser/download/download_request_limiter_unittest.cc
@@ -71,7 +71,6 @@ class DownloadRequestLimiterTest : public ChromeRenderViewHostTestHarness {
PermissionBubbleManager* manager =
PermissionBubbleManager::FromWebContents(web_contents());
manager->SetView(view_.get());
- manager->SetCoalesceIntervalForTesting(0);
testing_action_ = ACCEPT;
ask_allow_count_ = cancel_count_ = continue_count_ = 0;