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

Unified Diff: Source/WebCore/dom/Element.h

Issue 13861033: Remove Apple's unused implementation of private browsing from WebCore (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/WebCore/dom/Element.h
diff --git a/Source/WebCore/dom/Element.h b/Source/WebCore/dom/Element.h
index 4467c83712fb29f9b8ce2b80e038d492ecfe6c4c..03e24d67e23864daf4c29a1009e6d1e9a98af838 100644
--- a/Source/WebCore/dom/Element.h
+++ b/Source/WebCore/dom/Element.h
@@ -483,9 +483,6 @@ public:
// Use Document::registerForMediaVolumeCallbacks() to subscribe to this
virtual void mediaVolumeDidChange() { }
- // Use Document::registerForPrivateBrowsingStateChangedCallbacks() to subscribe to this.
- virtual void privateBrowsingStateDidChange() { }
-
virtual void didBecomeFullscreenElement() { }
virtual void willStopBeingFullscreenElement() { }

Powered by Google App Engine
This is Rietveld 408576698