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

Unified Diff: third_party/WebKit/Source/core/frame/History.idl

Issue 1450113002: Add use counter for history.scrollRestoration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/History.idl
diff --git a/third_party/WebKit/Source/core/frame/History.idl b/third_party/WebKit/Source/core/frame/History.idl
index 0c3ebcf8174cb40734d82ad7625036daabd94ffe..b916330b166d1c411271fe0a2478ce76bd952fc3 100644
--- a/third_party/WebKit/Source/core/frame/History.idl
+++ b/third_party/WebKit/Source/core/frame/History.idl
@@ -43,5 +43,5 @@ enum ScrollRestoration {"auto", "manual"};
// Experimental Scroll Restoration API
// https://www.chromestatus.com/features/5657284784947200
Rick Byers 2015/11/20 02:59:29 unrelated nit: remove (or update) this comment - n
- [RuntimeEnabled=ScrollRestoration] attribute ScrollRestoration scrollRestoration;
+ [RuntimeEnabled=ScrollRestoration, Measure] attribute ScrollRestoration scrollRestoration;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698