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

Side by Side Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2447503002: Remove newMediaPlaybackUi flag from content/ and Blink. (Closed)
Patch Set: fix mistake caught by tests Created 4 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 362
363 bool magnifyScaleAroundAnchor(float factor, float x, float y); 363 bool magnifyScaleAroundAnchor(float factor, float x, float y);
364 364
365 void setIsCursorVisible(Document*, bool, ExceptionState&); 365 void setIsCursorVisible(Document*, bool, ExceptionState&);
366 366
367 double effectiveMediaVolume(HTMLMediaElement*); 367 double effectiveMediaVolume(HTMLMediaElement*);
368 String effectivePreload(HTMLMediaElement*); 368 String effectivePreload(HTMLMediaElement*);
369 369
370 void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement*, bool); 370 void mediaPlayerRemoteRouteAvailabilityChanged(HTMLMediaElement*, bool);
371 void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement*, bool); 371 void mediaPlayerPlayingRemotelyChanged(HTMLMediaElement*, bool);
372 void setAllowHiddenVolumeControls(HTMLMediaElement*, bool);
373 372
374 void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme); 373 void registerURLSchemeAsBypassingContentSecurityPolicy(const String& scheme);
375 void registerURLSchemeAsBypassingContentSecurityPolicy( 374 void registerURLSchemeAsBypassingContentSecurityPolicy(
376 const String& scheme, 375 const String& scheme,
377 const Vector<String>& policyAreas); 376 const Vector<String>& policyAreas);
378 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy( 377 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(
379 const String& scheme); 378 const String& scheme);
380 379
381 TypeConversions* typeConversions() const; 380 TypeConversions* typeConversions() const;
382 PrivateScriptTest* privateScriptTest() const; 381 PrivateScriptTest* privateScriptTest() const;
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 unsigned index, 538 unsigned index,
540 ExceptionState&); 539 ExceptionState&);
541 Member<InternalRuntimeFlags> m_runtimeFlags; 540 Member<InternalRuntimeFlags> m_runtimeFlags;
542 541
543 IterationSource* startIteration(ScriptState*, ExceptionState&) override; 542 IterationSource* startIteration(ScriptState*, ExceptionState&) override;
544 }; 543 };
545 544
546 } // namespace blink 545 } // namespace blink
547 546
548 #endif // Internals_h 547 #endif // Internals_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698