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

Unified Diff: chrome/browser/renderer_security_policy.cc

Issue 3149: Porting changes in chrome/{browser,common}, also enabling more unit tests.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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/renderer_security_policy.cc
===================================================================
--- chrome/browser/renderer_security_policy.cc (revision 2402)
+++ chrome/browser/renderer_security_policy.cc (working copy)
@@ -72,7 +72,7 @@
bool has_dom_ui_bindings_;
- DISALLOW_EVIL_CONSTRUCTORS(RendererSecurityPolicy::SecurityState);
+ DISALLOW_COPY_AND_ASSIGN(SecurityState);
};
RendererSecurityPolicy::RendererSecurityPolicy() {

Powered by Google App Engine
This is Rietveld 408576698