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; |