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

Unified Diff: chrome/browser/local_discovery/privet_http.h

Issue 166373006: Use persistent map of privet tokens for PrivetURLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: chrome/browser/local_discovery/privet_http.h
diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
index 044a0713d70e1db3544303af037d2d2a179046d8..2d993f2a43c8c69b7557e6f28071b410d4a174a0 100644
--- a/chrome/browser/local_discovery/privet_http.h
+++ b/chrome/browser/local_discovery/privet_http.h
@@ -137,7 +137,6 @@ class PrivetLocalPrintOperation {
class PrivetHTTPClient {
public:
virtual ~PrivetHTTPClient() {}
- virtual const base::DictionaryValue* GetCachedInfo() const = 0;
virtual scoped_ptr<PrivetRegisterOperation> CreateRegisterOperation(
const std::string& user,
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_impl.h » ('j') | chrome/browser/local_discovery/privet_url_fetcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698