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

Unified Diff: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h

Issue 2314903002: Web Audio: when media playback requires a user gesture, apply rule to cross origin iframes. (Closed)
Patch Set: apply changes from TPAC discussion Created 4 years, 3 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
Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
index aea84aa2697dd34f91c933bb361d052006f7fdb3..56c71077d4d913f5847e0e7b3cf4bce9a334db72 100644
--- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
+++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
@@ -259,11 +259,6 @@ public:
// if necessary.
PeriodicWave* periodicWave(int type);
- // Check whether the AudioContext requires a user gesture and whether the
- // current stack is processing user gesture and record these information in
- // a histogram.
- void recordUserGestureState();
-
protected:
explicit BaseAudioContext(Document*);
BaseAudioContext(Document*, unsigned numberOfChannels, size_t numberOfFrames, float sampleRate);

Powered by Google App Engine
This is Rietveld 408576698