Bug 107271

Summary: [chromium] move policy delegate related methods to TestRunner
Product: WebKit Reporter: jochen
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dcarney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91308    

Description jochen 2013-01-18 05:47:02 PST
// Causes navigation actions just printout the intended navigation instead
    // of taking you to the page. This is used for cases like mailto, where you
    // don't actually want to open the mail program.
    void setCustomPolicyDelegate(const CppArgumentList&, CppVariant*);

    // Delays completion of the test until the policy delegate runs.
    void waitForPolicyDelegate(const CppArgumentList&, CppVariant*);
Comment 1 jochen 2013-01-28 07:42:19 PST

*** This bug has been marked as a duplicate of bug 108082 ***