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

Side by Side Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2500273003: Presentation API: add settings for presentation.receiver being exposed. (Closed)
Patch Set: update property-access-tests and rebase Created 4 years 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
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 void setMultiTargetTapNotificationEnabled(bool) override; 95 void setMultiTargetTapNotificationEnabled(bool) override;
96 void setExperimentalWebGLEnabled(bool) override; 96 void setExperimentalWebGLEnabled(bool) override;
97 void setFantasyFontFamily(const WebString&, 97 void setFantasyFontFamily(const WebString&,
98 UScriptCode = USCRIPT_COMMON) override; 98 UScriptCode = USCRIPT_COMMON) override;
99 void setFixedFontFamily(const WebString&, 99 void setFixedFontFamily(const WebString&,
100 UScriptCode = USCRIPT_COMMON) override; 100 UScriptCode = USCRIPT_COMMON) override;
101 void setForcePreloadNoneForMediaElements(bool) override; 101 void setForcePreloadNoneForMediaElements(bool) override;
102 void setForceZeroLayoutHeight(bool) override; 102 void setForceZeroLayoutHeight(bool) override;
103 void setFullscreenSupported(bool) override; 103 void setFullscreenSupported(bool) override;
104 void setHideDownloadUI(bool) override; 104 void setHideDownloadUI(bool) override;
105 void setPresentationReceiver(bool) override;
105 void setHistoryEntryRequiresUserGesture(bool) override; 106 void setHistoryEntryRequiresUserGesture(bool) override;
106 void setHyperlinkAuditingEnabled(bool) override; 107 void setHyperlinkAuditingEnabled(bool) override;
107 void setIgnoreMainFrameOverflowHiddenQuirk(bool) override; 108 void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
108 void setImageAnimationPolicy(ImageAnimationPolicy) override; 109 void setImageAnimationPolicy(ImageAnimationPolicy) override;
109 void setImagesEnabled(bool) override; 110 void setImagesEnabled(bool) override;
110 void setInlineTextBoxAccessibilityEnabled(bool) override; 111 void setInlineTextBoxAccessibilityEnabled(bool) override;
111 void setInertVisualViewport(bool) override; 112 void setInertVisualViewport(bool) override;
112 void setJavaScriptCanAccessClipboard(bool) override; 113 void setJavaScriptCanAccessClipboard(bool) override;
113 void setJavaScriptCanOpenWindowsAutomatically(bool) override; 114 void setJavaScriptCanOpenWindowsAutomatically(bool) override;
114 void setJavaScriptEnabled(bool) override; 115 void setJavaScriptEnabled(bool) override;
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 bool m_clobberUserAgentInitialScaleQuirk; 271 bool m_clobberUserAgentInitialScaleQuirk;
271 float m_expensiveBackgroundThrottlingCPUBudget; 272 float m_expensiveBackgroundThrottlingCPUBudget;
272 float m_expensiveBackgroundThrottlingInitialBudget; 273 float m_expensiveBackgroundThrottlingInitialBudget;
273 float m_expensiveBackgroundThrottlingMaxBudget; 274 float m_expensiveBackgroundThrottlingMaxBudget;
274 float m_expensiveBackgroundThrottlingMaxDelay; 275 float m_expensiveBackgroundThrottlingMaxDelay;
275 }; 276 };
276 277
277 } // namespace blink 278 } // namespace blink
278 279
279 #endif 280 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/presentation/Presentation.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698