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

Unified Diff: Source/WebCore/platform/graphics/MediaPlayerPrivate.h

Issue 13861033: Remove Apple's unused implementation of private browsing from WebCore (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Repatch to ToT Created 7 years, 8 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/WebCore/platform/graphics/MediaPlayer.cpp ('k') | Source/WebCore/plugins/PluginViewBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/MediaPlayerPrivate.h
diff --git a/Source/WebCore/platform/graphics/MediaPlayerPrivate.h b/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
index d0b5dc3709a60d96d427dfe9c9855d86145fb396..4e28bcef32d481a94c583b1648d163ec8c8b6232 100644
--- a/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
+++ b/Source/WebCore/platform/graphics/MediaPlayerPrivate.h
@@ -154,8 +154,6 @@ public:
void clearMediaCache() { }
void clearMediaCacheForSite(const String&) { }
- virtual void setPrivateBrowsingMode(bool) { }
-
virtual String engineDescription() const { return emptyString(); }
#if ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/WebCore/platform/graphics/MediaPlayer.cpp ('k') | Source/WebCore/plugins/PluginViewBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698