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

Unified Diff: common/config/impl/filesystem/fs.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 | « no previous file | common/config/impl/memory/memory.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/config/impl/filesystem/fs.go
diff --git a/common/config/impl/filesystem/fs.go b/common/config/impl/filesystem/fs.go
index e9f160258d9213d42333c85fa56a2b8111765114..4bcf6cd1f19537f4c66e45ba5d1fea24531ce36a 100644
--- a/common/config/impl/filesystem/fs.go
+++ b/common/config/impl/filesystem/fs.go
@@ -398,13 +398,6 @@ func (fs *filesystemImpl) slurpScannedConfigs(revision string, scanned *scannedC
fs.contentRevisionsScanned.Add(revision)
}
-func (fs *filesystemImpl) ServiceURL(ctx context.Context) url.URL {
- return url.URL{
- Scheme: "file",
- Path: fs.basePath.s(),
- }
-}
-
func (fs *filesystemImpl) GetConfig(ctx context.Context, cfgSet, cfgPath string, hashOnly bool) (*config.Config, error) {
configSet := configSet{luciPath(cfgSet)}
path := luciPath(cfgPath)
« no previous file with comments | « no previous file | common/config/impl/memory/memory.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698