Chromium Code Reviews| Index: cloud_print/gcp20/prototype/privet_http_server.h |
| diff --git a/cloud_print/gcp20/prototype/privet_http_server.h b/cloud_print/gcp20/prototype/privet_http_server.h |
| index fc80d90194b7f7e599381a327eb019935c5a0c6f..7245674d63b9ac026dc8ef9dfb8ca6155250fc86 100644 |
| --- a/cloud_print/gcp20/prototype/privet_http_server.h |
| +++ b/cloud_print/gcp20/prototype/privet_http_server.h |
| @@ -87,7 +87,7 @@ class PrivetHttpServer: public net::HttpServer::Delegate { |
| virtual void CreateInfo(DeviceInfo* info) = 0; |
| // Invoked for checking should /privet/register be exposed. |
| - virtual bool IsRegistered() const = 0; |
| + virtual bool IsRegistered() = 0; |
|
gene
2013/08/08 02:01:55
why IsRegistered() is not const any more?
maksymb
2013/08/08 18:35:46
Hm... Really, I don't need to call CheckRegistrati
|
| // Invoked when XPrivetToken has to be checked. |
| virtual bool CheckXPrivetTokenHeader(const std::string& token) const = 0; |