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

Unified Diff: ios/web/navigation/navigation_item_impl.h

Issue 2699253002: Removed CRWSessionEntry unittests. (Closed)
Patch Set: Created 3 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
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.

Powered by Google App Engine
This is Rietveld 408576698