Index: content/shell/shell.h |
diff --git a/content/shell/shell.h b/content/shell/shell.h |
index 2a3ccd10d2c1266dabd9a4aa4b4b7bd4255f4b18..6514d26d1c9ec7584a02fbc3beab607b491d9fc8 100644 |
--- a/content/shell/shell.h |
+++ b/content/shell/shell.h |
@@ -54,6 +54,7 @@ class Shell : public WebContentsDelegate, |
virtual ~Shell(); |
void LoadURL(const GURL& url); |
+ void LoadURLForFrame(const GURL& url, const std::string& frame_name); |
void GoBackOrForward(int offset); |
void Reload(); |
void Stop(); |