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

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

Issue 1325193007: Add use counters for global user prompt methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 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
« no previous file with comments | « no previous file | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 549a7476af825f4f7339211e05ccd66cccd1efdd..0bb6206f1b239a07fb6b8754d511e352b5b80216 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -842,6 +842,11 @@ public:
NetInfoDownlinkMax = 947,
NetInfoOnChange = 948,
NetInfoOnTypeChange = 949,
+ V8Window_Alert_Method = 950,
+ V8Window_Alert_Method = 951,
palmer 2015/09/10 01:14:17 Why define this twice?
alancutter (OOO until 2018) 2015/09/10 01:19:16 Whoops, accidentally added the overload as well.
+ V8Window_Confirm_Method = 952,
+ V8Window_Prompt_Method = 953,
+ V8Window_Print_Method = 954,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698