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

Unified Diff: content/public/common/page_state.h

Issue 1410543014: Gather more debug info for the switch away from page id for titles and state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix null check 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 | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/page_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/page_state.h
diff --git a/content/public/common/page_state.h b/content/public/common/page_state.h
index c38f961bb24d4bccdca34465292cbe130ca36c1f..78782a269c7cc67e0e7373b44f6585725bf0394b 100644
--- a/content/public/common/page_state.h
+++ b/content/public/common/page_state.h
@@ -40,6 +40,7 @@ class CONTENT_EXPORT PageState {
bool IsValid() const;
bool Equals(const PageState& page_state) const;
const std::string& ToEncodedData() const;
+ std::string GetTopLevelUrlStringTemporaryForBug369661() const;
std::vector<base::FilePath> GetReferencedFiles() const;
PageState RemovePasswordData() const;
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/page_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698