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

Unified Diff: chrome/browser/ui/webui/options2/certificate_manager_handler2.h

Issue 10701029: clean-up: Use an id instead of memory pointer string in webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 6 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/ui/webui/options2/certificate_manager_handler2.h
diff --git a/chrome/browser/ui/webui/options2/certificate_manager_handler2.h b/chrome/browser/ui/webui/options2/certificate_manager_handler2.h
index f3d5ffd1175e6cc30c73d85bd29baea4f265e966..4bc61cdd254f104e49ae47f0faf68e119e313394 100644
--- a/chrome/browser/ui/webui/options2/certificate_manager_handler2.h
+++ b/chrome/browser/ui/webui/options2/certificate_manager_handler2.h
@@ -24,6 +24,7 @@
namespace options2 {
+class CertIdMap;
class FileAccessProvider;
class CertificateManagerHandler : public OptionsPageUIHandler,
@@ -177,6 +178,8 @@ class CertificateManagerHandler : public OptionsPageUIHandler,
base::WeakPtrFactory<CertificateManagerHandler> weak_ptr_factory_;
+ scoped_ptr<CertIdMap> cert_id_map_;
+
DISALLOW_COPY_AND_ASSIGN(CertificateManagerHandler);
};
« no previous file with comments | « chrome/browser/ui/webui/cookies_tree_model_util.cc ('k') | chrome/browser/ui/webui/options2/certificate_manager_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698