Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5811)

Unified Diff: chrome/browser/extensions/active_tab_unittest.cc

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing ActiveTabTest.ChromeUrlGrants Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698