| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 0836512db9140ba0416d1e0fbe3583d7e5f9f301..901bdf7f97595835b75fdcdeabc5eb7e6650ed6e 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -186,6 +186,9 @@ class WebContents : public PageNavigator,
|
| // Returns the main frame for the currently active view.
|
| virtual RenderFrameHost* GetMainFrame() = 0;
|
|
|
| + // Sets the window name of the main frame.
|
| + virtual void SetMainFrameName(const std::string& name) = 0;
|
| +
|
| // Returns the focused frame for the currently active view.
|
| virtual RenderFrameHost* GetFocusedFrame() = 0;
|
|
|
|
|