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

Unified Diff: Source/WebCore/dom/Document.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/Document.h
diff --git a/Source/WebCore/dom/Document.h b/Source/WebCore/dom/Document.h
index e528b7933cf5c3e1099d71b97b48ac5094e845fc..8fa66bf179e90ace381e06ce2516e60361de0902 100644
--- a/Source/WebCore/dom/Document.h
+++ b/Source/WebCore/dom/Document.h
@@ -946,10 +946,7 @@ public:
void unregisterForMediaVolumeCallbacks(Element*);
void mediaVolumeDidChange();
- void registerForPrivateBrowsingStateChangedCallbacks(Element*);
- void unregisterForPrivateBrowsingStateChangedCallbacks(Element*);
void storageBlockingStateDidChange();
- void privateBrowsingStateDidChange();
#if ENABLE(VIDEO_TRACK)
void registerForCaptionPreferencesChangedCallbacks(Element*);
@@ -1434,7 +1431,6 @@ private:
HashSet<Element*> m_documentSuspensionCallbackElements;
HashSet<Element*> m_mediaVolumeCallbackElements;
- HashSet<Element*> m_privateBrowsingStateChangedElements;
#if ENABLE(VIDEO_TRACK)
HashSet<Element*> m_captionPreferencesChangedElements;
#endif

Powered by Google App Engine
This is Rietveld 408576698