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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp

Issue 14142009: 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
« no previous file with comments | « Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
index 69e692e9a68e14ae12d10b0c4732e116daa86e49..761a3c794756644c6a3ebb77944514ea29ec81f3 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp
@@ -313,7 +313,6 @@ TestRunner::TestRunner(TestInterfaces* interfaces)
bindMethod("setApplicationCacheOriginQuota", &TestRunner::notImplemented);
bindMethod("setCallCloseOnWebViews", &TestRunner::notImplemented);
bindMethod("setMainFrameIsFirstResponder", &TestRunner::notImplemented);
- bindMethod("setPrivateBrowsingEnabled", &TestRunner::notImplemented);
bindMethod("setUseDashboardCompatibilityMode", &TestRunner::notImplemented);
bindMethod("deleteAllLocalStorage", &TestRunner::notImplemented);
bindMethod("localStorageDiskUsageForOrigin", &TestRunner::notImplemented);
« no previous file with comments | « Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698