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

Unified Diff: cloud_print/gcp20/prototype/privet_http_server.h

Issue 22184007: GCP2.0 Device: Instant AccessToken update on AuthFailed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
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;
« cloud_print/gcp20/prototype/printer.cc ('K') | « cloud_print/gcp20/prototype/printer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698