Chromium Code Reviews| Index: service/info/interface.go | 
| diff --git a/service/info/interface.go b/service/info/interface.go | 
| index 6158d98f7bcdb3096ae99dccc6649884272d6abc..b6f58cae61297c0c2c65596cd768b01fe02b3c3f 100644 | 
| --- a/service/info/interface.go | 
| +++ b/service/info/interface.go | 
| @@ -14,6 +14,7 @@ import ( | 
| // would be in the 'appengine' package. | 
| type Interface interface { | 
| AppID() string | 
| + FullyQualifiedAppID() string | 
| GetNamespace() string | 
| Datacenter() string |