Title: [196134] trunk/Source/WebCore
Revision
196134
Author
[email protected]
Date
2016-02-04 11:20:46 -0800 (Thu, 04 Feb 2016)

Log Message

Removed unused Settings::setPrivateBrowsingEnabled.
https://bugs.webkit.org/show_bug.cgi?id=153869

Patch by Konstantin Tokarev <[email protected]> on 2016-02-04
Reviewed by Alexey Proskuryakov.

Implementation of Settings::setPrivateBrowsingEnabled was removed
in r166661, but declaration is still here.

No new tests needed.

* page/Settings.h:
(WebCore::Settings::setPrivateBrowsingEnabled): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (196133 => 196134)


--- trunk/Source/WebCore/ChangeLog	2016-02-04 19:12:11 UTC (rev 196133)
+++ trunk/Source/WebCore/ChangeLog	2016-02-04 19:20:46 UTC (rev 196134)
@@ -1,3 +1,18 @@
+2016-02-04  Konstantin Tokarev  <[email protected]>
+
+        Removed unused Settings::setPrivateBrowsingEnabled.
+        https://bugs.webkit.org/show_bug.cgi?id=153869
+
+        Reviewed by Alexey Proskuryakov.
+
+        Implementation of Settings::setPrivateBrowsingEnabled was removed
+        in r166661, but declaration is still here.
+
+        No new tests needed.
+
+        * page/Settings.h:
+        (WebCore::Settings::setPrivateBrowsingEnabled): Deleted.
+
 2016-02-04  Eric Carlson  <[email protected]>
 
         Don't discard in-band cues with negative start times

Modified: trunk/Source/WebCore/page/Settings.h (196133 => 196134)


--- trunk/Source/WebCore/page/Settings.h	2016-02-04 19:12:11 UTC (rev 196133)
+++ trunk/Source/WebCore/page/Settings.h	2016-02-04 19:20:46 UTC (rev 196134)
@@ -146,21 +146,6 @@
     WEBCORE_EXPORT void setPluginsEnabled(bool);
     bool arePluginsEnabled() const { return m_arePluginsEnabled; }
 
-    // When this option is set, WebCore will avoid storing any record of browsing activity
-    // that may persist on disk or remain displayed when the option is reset.
-    // This option does not affect the storage of such information in RAM.
-    // The following functions respect this setting:
-    //  - HTML5/DOM Storage
-    //  - Icon Database
-    //  - Console Messages
-    //  - MemoryCache
-    //  - Application Cache
-    //  - Back/Forward Page History
-    //  - Page Search Results
-    //  - HTTP Cookies
-    //  - Plug-ins (that support NPNVprivateModeBool)
-    void setPrivateBrowsingEnabled(bool);
-
     WEBCORE_EXPORT void setDNSPrefetchingEnabled(bool);
     bool dnsPrefetchingEnabled() const { return m_dnsPrefetchingEnabled; }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to