Bug 107271 - [chromium] move policy delegate related methods to TestRunner
Summary: [chromium] move policy delegate related methods to TestRunner
Status: RESOLVED DUPLICATE of bug 108082
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 91308
  Show dependency treegraph
 
Reported: 2013-01-18 05:47 PST by jochen
Modified: 2013-01-28 07:42 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***