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

Unified Diff: third_party/WebKit/public/web/WebHistoryItem.h

Issue 2569883002: Rename documentState() to getDocumentState(). (Closed)
Patch Set: Created 4 years 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 | « third_party/WebKit/Source/web/WebHistoryItem.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebHistoryItem.h
diff --git a/third_party/WebKit/public/web/WebHistoryItem.h b/third_party/WebKit/public/web/WebHistoryItem.h
index 070e7ed9026d5a95773bc50eea67e548629a3a32..2b91f34f07fef8fdb380a8365b33db3ff298fc99 100644
--- a/third_party/WebKit/public/web/WebHistoryItem.h
+++ b/third_party/WebKit/public/web/WebHistoryItem.h
@@ -93,7 +93,7 @@ class WebHistoryItem {
BLINK_EXPORT float pageScaleFactor() const;
BLINK_EXPORT void setPageScaleFactor(float);
- BLINK_EXPORT WebVector<WebString> documentState() const;
+ BLINK_EXPORT WebVector<WebString> getDocumentState() const;
BLINK_EXPORT void setDocumentState(const WebVector<WebString>&);
BLINK_EXPORT long long itemSequenceNumber() const;
« no previous file with comments | « third_party/WebKit/Source/web/WebHistoryItem.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698