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

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: Addressing DOMContentLoaded TODO. 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
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");
Dan Beam 2015/12/09 21:45:07 why is this necessary?
dpapad 2015/12/10 01:08:27 This is already explained previously in this revie
NavigateAndCommit(internal);
active_tab_permission_granter()->GrantIfRequested(
extension_with_tab_capture.get());

Powered by Google App Engine
This is Rietveld 408576698