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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h

Issue 1964803002: Trace FrameLoader object snapshots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win failure Created 4 years, 7 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: third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h b/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
index 23bdb8e43d1c00d573ab680627f74cf710958f56..bce6f7cb0c7e708118ee18676712e78b242f7d19 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
@@ -32,6 +32,7 @@
#include "core/CoreExport.h"
#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"
+#include "wtf/text/WTFString.h"
namespace blink {
@@ -59,6 +60,8 @@ public:
bool committedMultipleRealLoads() const;
void advanceTo(State);
+ String toString() const;
+
private:
State m_state;
};

Powered by Google App Engine
This is Rietveld 408576698