| Index: public/web/WebLocalFrame.h
|
| diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
|
| index 1079e9133c45f444b6a8bcd4e324ba207ea3fb80..714219f1b3fde953c84274ce287e649a2be56133 100644
|
| --- a/public/web/WebLocalFrame.h
|
| +++ b/public/web/WebLocalFrame.h
|
| @@ -78,12 +78,6 @@ public:
|
| // cross process.
|
| virtual void setCommittedFirstRealLoad() = 0;
|
|
|
| -
|
| - // Navigation Transitions -------------------------------------------------
|
| - virtual void addStyleSheetByURL(const WebString& url) = 0;
|
| - virtual void navigateToSandboxedMarkup(const WebData& markup) = 0;
|
| -
|
| -
|
| // Orientation Changes ----------------------------------------------------
|
|
|
| // Notify the frame that the screen orientation has changed.
|
|
|