summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
authoriyengar@google.com <iyengar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-26 23:51:53 +0000
committeriyengar@google.com <iyengar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-26 23:51:53 +0000
commit9e3ed3b69a5a25affab3acc41921606847c6dc13 (patch)
tree91ed94bbcbfaadc6926ad13ed227a2baf9a85fb0 /chrome/browser/browser.cc
parent3039e8499d9e67b0f9d59f0c0c4a6fe541e073c5 (diff)
downloadchromium_src-9e3ed3b69a5a25affab3acc41921606847c6dc13.zip
chromium_src-9e3ed3b69a5a25affab3acc41921606847c6dc13.tar.gz
chromium_src-9e3ed3b69a5a25affab3acc41921606847c6dc13.tar.bz2
Bumping up the default hung plugin timeout to 30 seconds. This matches with
the hung webpage timeout. The other change is to take out the IsHungAppWindow call as this is redundant when combined with SendMessageTimeout. Bug=1308327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 2cc725d..d383484 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -68,7 +68,7 @@ static const int kWindowTilePixels = 20;
static const int kDefaultHungPluginDetectFrequency = 2000;
// How long do we wait before we consider a window hung (in ms).
-static const int kDefaultPluginMessageResponseTimeout = 10000;
+static const int kDefaultPluginMessageResponseTimeout = 30000;
////////////////////////////////////////////////////////////////////////////////