Chromium Code Reviews| Index: chrome/browser/extensions/active_tab_unittest.cc |
| diff --git a/chrome/browser/extensions/active_tab_unittest.cc b/chrome/browser/extensions/active_tab_unittest.cc |
| index be5668c04ca734c66eb5d8ad796f671aed8e0441..1a83bca3a7da778336a57a528e9de4cfc96dcaf1 100644 |
| --- a/chrome/browser/extensions/active_tab_unittest.cc |
| +++ b/chrome/browser/extensions/active_tab_unittest.cc |
| @@ -361,7 +361,7 @@ TEST_F(ActiveTabTest, NavigateInPage) { |
| } |
| TEST_F(ActiveTabTest, ChromeUrlGrants) { |
| - GURL internal("chrome://version"); |
| + GURL internal("chrome://about"); |
|
dpapad
2015/12/07 22:42:18
@rdevlin.cronin:Is this fix OK for this test?
Cont
Devlin
2015/12/07 22:47:52
As long as the test passes, this url should be fin
sky
2015/12/08 00:19:55
I believe using a WebUIBrowserTest is likely much
|
| NavigateAndCommit(internal); |
| active_tab_permission_granter()->GrantIfRequested( |
| extension_with_tab_capture.get()); |