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

Unified Diff: impl/dummy/dummy.go

Issue 1289323002: Fix miscellaneous prod bugs. (Closed) Base URL: https://github.com/luci/gae@master
Patch Set: Remove superfluous function added in PS#1. Created 5 years, 4 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 | impl/prod/datastore_key.go » ('j') | service/datastore/checkfilter.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/dummy/dummy.go
diff --git a/impl/dummy/dummy.go b/impl/dummy/dummy.go
index e5b11185dde97f35e546ec398c911df0ffbf27a1..1f08c28532e36bedd3f7c249eff66c6fdac93dbe 100644
--- a/impl/dummy/dummy.go
+++ b/impl/dummy/dummy.go
@@ -144,7 +144,7 @@ func (i) VersionID() string
func (i) Namespace(namespace string) (context.Context, error) { panic(ni()) }
func (i) Datacenter() string { panic(ni()) }
func (i) InstanceID() string { panic(ni()) }
-func (i) IsDevAppServer() bool { panic(ni()) }
+func (i) IsDevAppServer() bool { return false }
func (i) ServerSoftware() string { panic(ni()) }
func (i) IsCapabilityDisabled(err error) bool { panic(ni()) }
func (i) IsOverQuota(err error) bool { panic(ni()) }
« no previous file with comments | « no previous file | impl/prod/datastore_key.go » ('j') | service/datastore/checkfilter.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698