| Index: chrome_frame/chrome_frame_automation.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_automation.h (revision 68604)
|
| +++ chrome_frame/chrome_frame_automation.h (working copy)
|
| @@ -331,9 +331,11 @@
|
| void Uninitialize();
|
| void NotifyAndUninitialize();
|
|
|
| - virtual bool InitiateNavigation(const std::string& url,
|
| - const std::string& referrer,
|
| - bool is_privileged);
|
| + virtual bool InitiateNavigation(
|
| + const std::string& url,
|
| + const std::string& referrer,
|
| + NavigationConstraints* navigation_constraints);
|
| +
|
| virtual bool NavigateToIndex(int index);
|
| bool ForwardMessageFromExternalHost(const std::string& message,
|
| const std::string& origin,
|
|
|