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

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

Issue 1263393002: Gather debugging information for the switch away from page id for titles and state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: 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;
Charlie Reis 2015/08/03 20:41:38 Unfortunate, but it'll be short lived.
Avi (use Gerrit) 2015/08/03 20:51:53 Acknowledged.
std::vector<base::FilePath> GetReferencedFiles() const;
PageState RemovePasswordData() const;

Powered by Google App Engine
This is Rietveld 408576698