Index: chrome/browser/blocked_popup_container.h |
=================================================================== |
--- chrome/browser/blocked_popup_container.h (revision 27949) |
+++ chrome/browser/blocked_popup_container.h (working copy) |
@@ -199,7 +199,7 @@ |
// A number larger than the internal popup count on the Renderer; meant for |
// preventing a compromised renderer from exhausting GDI memory by spawning |
// infinite windows. |
- static const size_t kImpossibleNumberOfPopups = 30; |
+ static const size_t kImpossibleNumberOfPopups; |
protected: |
struct BlockedPopup { |