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

Unified Diff: third_party/WebKit/public/web/WebSettings.h

Issue 2800683003: Workaround for Samsung email issues (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebSettings.h
diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
index 70fe725205136e1f028f4b49f822ef0a5f0aa637..adb6ede2d536df0656bf4912c1b1b86498c6f6a0 100644
--- a/third_party/WebKit/public/web/WebSettings.h
+++ b/third_party/WebKit/public/web/WebSettings.h
@@ -297,6 +297,7 @@ class WebSettings {
virtual void setExpensiveBackgroundThrottlingMaxBudget(float) = 0;
virtual void setExpensiveBackgroundThrottlingMaxDelay(float) = 0;
virtual void setMediaControlsEnabled(bool) = 0;
+ virtual void setDoNotUpdateSelectionOnMutatingSelectionRange(bool) = 0;
protected:
~WebSettings() {}
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698