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

Unified Diff: content/public/browser/navigation_controller.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/browser/web_contents/navigation_controller_impl.cc ('k') | content/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_controller.h
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
index 3ef730cd40680eaefbb3d8a88c1a72c8d02128fc..914c896ad224c9a9cf883be4b0dcf7d8422447f3 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -155,6 +155,10 @@ class NavigationController {
// in which case it should replace the current navigation entry.
bool is_cross_site_redirect;
+ // Used to specify which frame to navigate. If empty, the main frame is
+ // navigated. This is currently only used in tests.
+ std::string frame_name;
+
explicit LoadURLParams(const GURL& url);
~LoadURLParams();
« no previous file with comments | « content/browser/web_contents/navigation_controller_impl.cc ('k') | content/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698