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

Unified Diff: chrome/common/url_constants.cc

Issue 9950040: Get chrome:// dev tool urls hooked up in content_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/common/url_constants.h ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
===================================================================
--- chrome/common/url_constants.cc (revision 133033)
+++ chrome/common/url_constants.cc (working copy)
@@ -6,13 +6,6 @@
#include "googleurl/src/url_util.h"
-namespace {
-const char* kSavableSchemes[] = {
- chrome::kExtensionScheme,
- NULL
-};
-} // namespace
-
namespace chrome {
#if defined(OS_CHROMEOS)
@@ -418,15 +411,4 @@
const char kExtensionScheme[] = "chrome-extension";
-void RegisterChromeSchemes() {
- url_util::AddStandardScheme(kExtensionScheme);
-#if defined(OS_CHROMEOS)
- url_util::AddStandardScheme(kCrosScheme);
- url_util::AddStandardScheme(kGDataScheme);
-#endif
-
- // This call will also lock the list of standard schemes.
- content::RegisterContentSchemes(kSavableSchemes);
-}
-
} // namespace chrome
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698