Chromium Code Reviews| Index: ios/web/navigation/navigation_item_impl.h |
| diff --git a/ios/web/navigation/navigation_item_impl.h b/ios/web/navigation/navigation_item_impl.h |
| index 1b57b3df1cb0698da3c20894e1b3caab2d2309db..925f604d5798205af1bc8c1c03f9c6b19c8f33e9 100644 |
| --- a/ios/web/navigation/navigation_item_impl.h |
| +++ b/ios/web/navigation/navigation_item_impl.h |
| @@ -120,6 +120,9 @@ class NavigationItemImpl : public web::NavigationItem { |
| } |
| bool is_renderer_initiated() const { return is_renderer_initiated_; } |
| + // Returns a human-readable description of the state for debugging purposes. |
|
Eugene But (OOO till 7-30)
2017/02/18 01:25:59
Should this be ifdefed for debug only code?
kkhorimoto
2017/03/02 01:55:55
Done.
|
| + NSString* GetDescription() const; |
| + |
| private: |
| // The NavigationManItemStorageBuilder functions require access to |
| // private variables of NavigationItemImpl. |