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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 mojo::Binding<mojom::Frame> frame_binding_; 1286 mojo::Binding<mojom::Frame> frame_binding_;
1287 mojom::FrameHostPtr frame_host_; 1287 mojom::FrameHostPtr frame_host_;
1288 1288
1289 // Indicates whether |didAccessInitialDocument| was called. 1289 // Indicates whether |didAccessInitialDocument| was called.
1290 bool has_accessed_initial_document_; 1290 bool has_accessed_initial_document_;
1291 1291
1292 AssociatedInterfaceRegistryImpl associated_interfaces_; 1292 AssociatedInterfaceRegistryImpl associated_interfaces_;
1293 std::unique_ptr<AssociatedInterfaceProviderImpl> 1293 std::unique_ptr<AssociatedInterfaceProviderImpl>
1294 remote_associated_interfaces_; 1294 remote_associated_interfaces_;
1295 1295
1296 // TODO(dcheng): Remove these members.
1297 bool committed_first_load_ = false;
1298 bool name_changed_before_first_commit_ = false;
1299
1296 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; 1300 base::WeakPtrFactory<RenderFrameImpl> weak_factory_;
1297 1301
1298 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); 1302 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl);
1299 }; 1303 };
1300 1304
1301 } // namespace content 1305 } // namespace content
1302 1306
1303 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 1307 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
OLDNEW
« 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