Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: content/shell/shell.h

Issue 12296007: [content shell] hook up navigation related WebTestDelegate methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/navigation_controller.h ('k') | content/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/public/browser/navigation_controller.h ('k') | content/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698