Chromium Code Reviews| Index: content/public/browser/navigation_controller.h |
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h |
| index 0f77d7e0a4f0f7cd3ccaaabc245be0bc52152e51..3a744aa06448bf7e0bbc050dd8a4b39205b41f3b 100644 |
| --- a/content/public/browser/navigation_controller.h |
| +++ b/content/public/browser/navigation_controller.h |
| @@ -167,6 +167,11 @@ class NavigationController { |
| // commits. |
| bool should_clear_history_list; |
| + // Indicates that the URL should be loaded in the associated WebContents' |
| + // current site instance. The caller needs to make sure that the site |
| + // instance is actually suitable for hosting the navigation. |
| + bool should_stay_in_site_instance; |
|
Charlie Reis
2013/07/31 17:16:16
We should not have this.
jochen (gone - plz use gerrit)
2013/07/31 18:30:52
Removed.
|
| + |
| explicit LoadURLParams(const GURL& url); |
| ~LoadURLParams(); |