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

Unified Diff: Source/core/frame/UseCounter.h

Issue 311033003: Implementing mixed content for forms posting to insecure location from secure ones (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Housekeeping a boolean that is not needed any more. Created 6 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: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index c887cb699e429adae53ce6d5d22e431a390dde57..cb2ad8c00b1c296aa371e5a190f4aaa0ed3a886a 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -434,6 +434,7 @@ public:
FocusInOutEvent = 433,
MouseEventMovementX = 434,
MouseEventMovementY = 435,
+ MixedContentForm = 436,
Mike West 2014/06/06 12:18:18 I should have been more clear: I think it would be
mhm 2014/06/06 19:11:59 There is a counter already doing that (UseCounter:
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/

Powered by Google App Engine
This is Rietveld 408576698