| Index: chrome/browser/push_messaging/push_messaging_browsertest.cc
|
| diff --git a/chrome/browser/push_messaging/push_messaging_browsertest.cc b/chrome/browser/push_messaging/push_messaging_browsertest.cc
|
| index f8fe753d19c94102389120056adfd68accf804fc..82e77be62c92be93b2315b0233b4327274fe23e5 100644
|
| --- a/chrome/browser/push_messaging/push_messaging_browsertest.cc
|
| +++ b/chrome/browser/push_messaging/push_messaging_browsertest.cc
|
| @@ -1217,9 +1217,10 @@ IN_PROC_BROWSER_TEST_F(PushMessagingBrowserTest,
|
| content::WebContents* web_contents =
|
| GetBrowser()->tab_strip_model()->GetActiveWebContents();
|
|
|
| - // Set the site engagement score for the site. Setting it to 4 means it should
|
| - // have enough budget for two non-shown notification, which cost 2 each.
|
| - SetSiteEngagementScore(web_contents->GetURL(), 4.0);
|
| + // Set the site engagement score for the site. Setting it to 10 means it
|
| + // should have a budget of 4, enough for two non-shown notification, which
|
| + // cost 2 each.
|
| + SetSiteEngagementScore(web_contents->GetURL(), 10.0);
|
|
|
| // If the site is visible in an active tab, we should not force a notification
|
| // to be shown. Try it twice, since we allow one mistake per 10 push events.
|
|
|