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

Unified Diff: content/common/savable_url_schemes.h

Issue 2622693002: Cleanup of static lists of schemes & origins that are created at startup. (Closed)
Patch Set: merge Created 3 years, 11 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 | « content/common/origin_util.cc ('k') | content/common/savable_url_schemes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/savable_url_schemes.h
diff --git a/content/common/savable_url_schemes.h b/content/common/savable_url_schemes.h
deleted file mode 100644
index 939ee6aebe5b5a70e50239dfdfded621b21ffb72..0000000000000000000000000000000000000000
--- a/content/common/savable_url_schemes.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_COMMON_SAVABLE_URL_SCHEMES_H_
-#define CONTENT_COMMON_SAVABLE_URL_SCHEMES_H_
-
-namespace content {
-
-// Null terminated list of schemes that are savable. This function can be
-// invoked on any thread.
-const char* const* GetSavableSchemesInternal();
-
-// Intended for use only during initialization.
-void SetSavableSchemes(const char* const* savable_schemes);
-
-} // namespace content
-
-#endif // CONTENT_COMMON_SAVABLE_URL_SCHEMES_H_
« no previous file with comments | « content/common/origin_util.cc ('k') | content/common/savable_url_schemes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698