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

Unified Diff: common/config/impl/memory/memory.go

Issue 2643803003: config: Update remote URL handling. (Closed)
Patch Set: Fix "nost" 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 | « common/config/impl/filesystem/fs.go ('k') | common/config/impl/remote/remote.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/config/impl/memory/memory.go
diff --git a/common/config/impl/memory/memory.go b/common/config/impl/memory/memory.go
index 50eb78b422ae387713d12d782a5be575bc1816f7..1dd1a2f94a175a199223f8d21cbc2302452070c0 100644
--- a/common/config/impl/memory/memory.go
+++ b/common/config/impl/memory/memory.go
@@ -45,12 +45,6 @@ type memoryImpl struct {
err error
}
-func (m *memoryImpl) ServiceURL(ctx context.Context) url.URL {
- return url.URL{
- Scheme: "memory",
- }
-}
-
func (m *memoryImpl) GetConfig(ctx context.Context, configSet, path string, hashOnly bool) (*config.Config, error) {
if err := m.err; err != nil {
return nil, err
« no previous file with comments | « common/config/impl/filesystem/fs.go ('k') | common/config/impl/remote/remote.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698