| Index: Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h | 
| diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h | 
| index 53be47cab020fecba23b6acc93f2e2d096656ed1..ee3e9e455ebb0487e5d295417ad86124ff3d6f32 100644 | 
| --- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h | 
| +++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h | 
| @@ -97,7 +97,6 @@ public: | 
| bool shouldDumpEditingCallbacks() const; | 
| bool shouldDumpFrameLoadCallbacks() const; | 
| bool shouldDumpUserGestureInFrameLoadCallbacks() const; | 
| -    bool stopProvisionalFrameLoads() const; | 
| bool shouldDumpTitleChanges() const; | 
| bool shouldDumpIconChanges() const; | 
| bool shouldDumpCreateView() const; | 
| @@ -343,10 +342,6 @@ private: | 
| // arguments, and ignores any that may be present. | 
| void dumpUserGestureInFrameLoadCallbacks(const CppArgumentList&, CppVariant*); | 
|  | 
| -    // If true, causes provisional frame loads to be stopped for the remainder of | 
| -    // the test. | 
| -    void setStopProvisionalFrameLoads(const CppArgumentList&, CppVariant*); | 
| - | 
| void dumpTitleChanges(const CppArgumentList&, CppVariant*); | 
|  | 
| // This function sets a flag that tells the test_shell to dump all calls to | 
| @@ -602,10 +597,6 @@ private: | 
| // text for some frame load callbacks. | 
| bool m_dumpUserGestureInFrameLoadCallbacks; | 
|  | 
| -    // If true, stops provisional frame loads during the | 
| -    // DidStartProvisionalLoadForFrame callback. | 
| -    bool m_stopProvisionalFrameLoads; | 
| - | 
| // If true, output a message when the page title is changed. | 
| bool m_dumpTitleChanges; | 
|  | 
|  |