Index: content/public/browser/navigation_entry.h |
diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h |
index 6d69b0de4bc2557aa36a60cba1497133abe08635..537981d952e5551d9a4d11cdea4ea2587da91710 100644 |
--- a/content/public/browser/navigation_entry.h |
+++ b/content/public/browser/navigation_entry.h |
@@ -217,6 +217,9 @@ class NavigationEntry { |
// True if this entry is restored and hasn't been loaded. |
virtual bool IsRestored() const = 0; |
+ |
+ virtual void SetIsTransitionNavigation(bool is_transition_navigation) = 0; |
jam
2014/07/01 16:14:15
every other method in this file is documented...
|
+ virtual bool IsTransitionNavigation() = 0; |
}; |
} // namespace content |