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

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

Issue 284223004: List cloud devices in chrome://devices page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fri 05/16/2014 12:52:36.94 Created 6 years, 7 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/cloud_print_printer_list.h
diff --git a/chrome/browser/local_discovery/cloud_print_printer_list.h b/chrome/browser/local_discovery/cloud_print_printer_list.h
index f3333b6d35a0c9652688b70386ab62012a95f606..4d04d94ed5a72b04f4b881f8ecea3ec4f285efdd 100644
--- a/chrome/browser/local_discovery/cloud_print_printer_list.h
+++ b/chrome/browser/local_discovery/cloud_print_printer_list.h
@@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_LOCAL_DISCOVERY_CLOUD_PRINT_PRINTER_LIST_H_
#define CHROME_BROWSER_LOCAL_DISCOVERY_CLOUD_PRINT_PRINTER_LIST_H_
-#include <map>
#include <string>
#include <vector>
@@ -61,14 +60,10 @@ class CloudPrintPrinterList : public GCDBaseApiFlow::Delegate {
GCDBaseApiFlow* GetOAuth2ApiFlowForTests() { return &api_flow_; }
private:
- typedef std::map<std::string /*ID*/, int /* index in printer_list_ */>
- PrinterIDMap;
-
bool FillPrinterDetails(const base::DictionaryValue* printer_value,
PrinterDetails* printer_details);
scoped_refptr<net::URLRequestContextGetter> request_context_;
- PrinterIDMap printer_id_map_;
PrinterList printer_list_;
Delegate* delegate_;
GCDBaseApiFlow api_flow_;

Powered by Google App Engine
This is Rietveld 408576698