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

Unified Diff: content/public/browser/navigation_details.h

Issue 1406013009: Update the documentation for LoadCommittedDetails::previous_url. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to a documentation update Created 5 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_details.h
diff --git a/content/public/browser/navigation_details.h b/content/public/browser/navigation_details.h
index 19c852d2b141f46e4e355da77630de7068fe6a2e..b34410578f4da708046f77b61745f98e7310fed6 100644
--- a/content/public/browser/navigation_details.h
+++ b/content/public/browser/navigation_details.h
@@ -35,7 +35,8 @@ struct CONTENT_EXPORT LoadCommittedDetails {
// if there are no previous entries.
int previous_entry_index;
- // The previous URL that the user was on. This may be empty if none.
+ // The previous main frame URL that the user was on. This may be empty if
+ // there was no last committed entry.
Avi (use Gerrit) 2015/11/09 22:42:24 How does this interact with your change to make su
Charlie Reis 2015/11/09 22:55:28 Yep, it won't be possible after https://codereview
GURL previous_url;
// True if the committed entry has replaced the exisiting one.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698