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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 212323003: Remove the mediaFullscreenRequiresUserGesture setting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: drop include Created 6 years, 9 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 | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 31fc60a37f7a3be444919eca87d65951497fc734..a20062ccdd5ade5bf7ea3582b9dbbbb72b1031ab 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -122,7 +122,6 @@ public:
virtual void setMainFrameResizesAreOrientationChanges(bool) OVERRIDE;
virtual void setMaxTouchPoints(int) OVERRIDE;
virtual void setMediaPlaybackRequiresUserGesture(bool) OVERRIDE;
- virtual void setMediaFullscreenRequiresUserGesture(bool) OVERRIDE;
virtual void setMinimumAccelerated2dCanvasSize(int) OVERRIDE;
virtual void setMinimumFontSize(int) OVERRIDE;
virtual void setMinimumLogicalFontSize(int) OVERRIDE;
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698