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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2385773003: Add UMA to measure feasibility of making unique names immutable (Closed)
Patch Set: comments + uma xml Created 4 years, 2 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
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | content/renderer/render_frame_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index b5904b226ef97ff5fef68b2a10a4ea16a8f1bea8..3e0094dcba77901f0074d90c492a41c5b7a77352 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -1293,6 +1293,10 @@ class CONTENT_EXPORT RenderFrameImpl
std::unique_ptr<AssociatedInterfaceProviderImpl>
remote_associated_interfaces_;
+ // TODO(dcheng): Remove these members.
+ bool committed_first_load_ = false;
+ bool name_changed_before_first_commit_ = false;
+
base::WeakPtrFactory<RenderFrameImpl> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl);
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | content/renderer/render_frame_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698