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

Unified Diff: content/browser/frame_host/navigation_controller_impl.h

Issue 2802213002: Simplify WebContentsState::GetContentsStateAsByteBuffer (Closed)
Patch Set: Addressed comments (@eugenebut) Created 3 years, 8 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
« chrome/browser/android/tab_state.cc ('K') | « chrome/browser/android/tab_state.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigation_controller_impl.h
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
index b9ca975d1a5f316d0c540af0f419b1dd7eae8e36..afbebc451e17242501ad2dd32ceae8a7c7d1d21c 100644
--- a/content/browser/frame_host/navigation_controller_impl.h
+++ b/content/browser/frame_host/navigation_controller_impl.h
@@ -363,7 +363,7 @@ class CONTENT_EXPORT NavigationControllerImpl
// displayed tab is.
//
// This may refer to an item in the entries_ list if the pending_entry_index_
- // == -1, or it may be its own entry that should be deleted. Be careful with
+ // != -1, or it may be its own entry that should be deleted. Be careful with
// the memory management.
NavigationEntryImpl* pending_entry_;
« chrome/browser/android/tab_state.cc ('K') | « chrome/browser/android/tab_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698