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

Unified Diff: chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc

Issue 97683002: Move kFtpScheme into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/api/web_navigation/frame_navigation_state.cc
diff --git a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
index aca20fbd4ec55bc3d8be7d58ff028c3f1d9cd6fb..9a4b17b761f7ae74a9dc263c4099b31d0463b461 100644
--- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
+++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
@@ -18,7 +18,7 @@ const char* kValidSchemes[] = {
content::kHttpScheme,
content::kHttpsScheme,
chrome::kFileScheme,
- chrome::kFtpScheme,
+ content::kFtpScheme,
content::kJavaScriptScheme,
chrome::kDataScheme,
chrome::kFileSystemScheme,

Powered by Google App Engine
This is Rietveld 408576698