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

Side by Side Diff: third_party/WebKit/public/web/WebSettings.h

Issue 2728133002: Media Controls: make the MediaControlsOverlayPlayButton a runtime enabled flag. (Closed)
Patch Set: should create a cast target Created 3 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 virtual void setJavaScriptCanOpenWindowsAutomatically(bool) = 0; 191 virtual void setJavaScriptCanOpenWindowsAutomatically(bool) = 0;
192 virtual void setJavaScriptEnabled(bool) = 0; 192 virtual void setJavaScriptEnabled(bool) = 0;
193 virtual void setLoadsImagesAutomatically(bool) = 0; 193 virtual void setLoadsImagesAutomatically(bool) = 0;
194 virtual void setLoadWithOverviewMode(bool) = 0; 194 virtual void setLoadWithOverviewMode(bool) = 0;
195 virtual void setShouldReuseGlobalForUnownedMainFrame(bool) = 0; 195 virtual void setShouldReuseGlobalForUnownedMainFrame(bool) = 0;
196 virtual void setProgressBarCompletion(ProgressBarCompletion) = 0; 196 virtual void setProgressBarCompletion(ProgressBarCompletion) = 0;
197 virtual void setLocalStorageEnabled(bool) = 0; 197 virtual void setLocalStorageEnabled(bool) = 0;
198 virtual void setMainFrameClipsContent(bool) = 0; 198 virtual void setMainFrameClipsContent(bool) = 0;
199 virtual void setMainFrameResizesAreOrientationChanges(bool) = 0; 199 virtual void setMainFrameResizesAreOrientationChanges(bool) = 0;
200 virtual void setMaxTouchPoints(int) = 0; 200 virtual void setMaxTouchPoints(int) = 0;
201 virtual void setMediaControlsOverlayPlayButtonEnabled(bool) = 0;
202 virtual void setMediaPlaybackRequiresUserGesture(bool) = 0; 201 virtual void setMediaPlaybackRequiresUserGesture(bool) = 0;
203 virtual void setMediaPlaybackGestureWhitelistScope(const WebString&) = 0; 202 virtual void setMediaPlaybackGestureWhitelistScope(const WebString&) = 0;
204 virtual void setPresentationRequiresUserGesture(bool) = 0; 203 virtual void setPresentationRequiresUserGesture(bool) = 0;
205 virtual void setEmbeddedMediaExperienceEnabled(bool) = 0; 204 virtual void setEmbeddedMediaExperienceEnabled(bool) = 0;
206 virtual void setMinimumAccelerated2dCanvasSize(int) = 0; 205 virtual void setMinimumAccelerated2dCanvasSize(int) = 0;
207 virtual void setMinimumFontSize(int) = 0; 206 virtual void setMinimumFontSize(int) = 0;
208 virtual void setMinimumLogicalFontSize(int) = 0; 207 virtual void setMinimumLogicalFontSize(int) = 0;
209 virtual void setMockScrollbarsEnabled(bool) = 0; 208 virtual void setMockScrollbarsEnabled(bool) = 0;
210 virtual void setHideScrollbars(bool) = 0; 209 virtual void setHideScrollbars(bool) = 0;
211 virtual void setOfflineWebApplicationCacheEnabled(bool) = 0; 210 virtual void setOfflineWebApplicationCacheEnabled(bool) = 0;
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 virtual void setExpensiveBackgroundThrottlingMaxDelay(float) = 0; 297 virtual void setExpensiveBackgroundThrottlingMaxDelay(float) = 0;
299 virtual void setMediaControlsEnabled(bool) = 0; 298 virtual void setMediaControlsEnabled(bool) = 0;
300 299
301 protected: 300 protected:
302 ~WebSettings() {} 301 ~WebSettings() {}
303 }; 302 };
304 303
305 } // namespace blink 304 } // namespace blink
306 305
307 #endif 306 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698