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

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

Issue 579004: Pull latest googleurl to get various fixes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months 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/extensions/extension_popup_api.cc ('k') | chrome/browser/net/url_fixer_upper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_process_manager_unittest.cc
===================================================================
--- chrome/browser/extensions/extension_process_manager_unittest.cc (revision 40415)
+++ chrome/browser/extensions/extension_process_manager_unittest.cc (working copy)
@@ -41,9 +41,9 @@
// Extensions with common origins ("scheme://id/") should be grouped in the
// same SiteInstance.
- GURL ext1_url1("chrome-extensions://ext1_id/index.html");
- GURL ext1_url2("chrome-extensions://ext1_id/toolstrips/toolstrip.html");
- GURL ext2_url1("chrome-extensions://ext2_id/index.html");
+ GURL ext1_url1("chrome-extension://ext1_id/index.html");
+ GURL ext1_url2("chrome-extension://ext1_id/toolstrips/toolstrip.html");
+ GURL ext2_url1("chrome-extension://ext2_id/index.html");
scoped_refptr<SiteInstance> site11 =
manager1->GetSiteInstanceForURL(ext1_url1);
« no previous file with comments | « chrome/browser/extensions/extension_popup_api.cc ('k') | chrome/browser/net/url_fixer_upper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698