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

Unified Diff: Source/WebCore/page/Settings.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/page/PageConsole.cpp ('k') | Source/WebCore/page/Settings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/Settings.h
diff --git a/Source/WebCore/page/Settings.h b/Source/WebCore/page/Settings.h
index 950d485b64544017904b3a85ec0fe9216fd06179..09a143657ded8359b21c93b4298bfc37e059558a 100644
--- a/Source/WebCore/page/Settings.h
+++ b/Source/WebCore/page/Settings.h
@@ -134,22 +134,6 @@ namespace WebCore {
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);
- bool privateBrowsingEnabled() const { return m_privateBrowsingEnabled; }
-
void setDNSPrefetchingEnabled(bool);
bool dnsPrefetchingEnabled() const { return m_dnsPrefetchingEnabled; }
@@ -243,7 +227,6 @@ namespace WebCore {
bool m_isJavaEnabled : 1;
bool m_loadsImagesAutomatically : 1;
- bool m_privateBrowsingEnabled : 1;
bool m_areImagesEnabled : 1;
bool m_arePluginsEnabled : 1;
bool m_isScriptEnabled : 1;
« no previous file with comments | « Source/WebCore/page/PageConsole.cpp ('k') | Source/WebCore/page/Settings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698