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

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

Issue 10703127: Merge 145197 - clean-up: Use an id instead of memory pointer string in webui. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 5 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
===================================================================
--- chrome/browser/ui/webui/options2/certificate_manager_handler2.h (revision 145933)
+++ chrome/browser/ui/webui/options2/certificate_manager_handler2.h (working copy)
@@ -24,6 +24,7 @@
namespace options2 {
+class CertIdMap;
class FileAccessProvider;
class CertificateManagerHandler : public OptionsPageUIHandler,
@@ -177,6 +178,8 @@
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