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

Unified Diff: content/browser/site_instance_impl.cc

Issue 23283007: Move kJavaScriptScheme into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: content:: is necessary in web_drag_source_mac.mm Created 7 years, 4 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
Index: content/browser/site_instance_impl.cc
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc
index 42680674d7637851fa6d5813df7f810c9cb3c2c2..ade96cba840609ad96d5abf6a6a08e29be60d203 100644
--- a/content/browser/site_instance_impl.cc
+++ b/content/browser/site_instance_impl.cc
@@ -26,7 +26,7 @@ static bool IsURLSameAsAnySiteInstance(const GURL& url) {
// We treat javascript: as the same site as any URL since it is actually
// a modifier on existing pages.
- if (url.SchemeIs(chrome::kJavaScriptScheme))
+ if (url.SchemeIs(kJavaScriptScheme))
return true;
return url == GURL(kChromeUICrashURL) ||
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698