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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 1833243002: Remove CreateRenderFrameFlags enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: content/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 9c447275d21f22286612fab8e7f5dd74ad85f37f..33cb8178924d7731f95adc93ce7db5e59018c6fb 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -88,12 +88,6 @@ struct GlobalRequestID;
struct Referrer;
struct ResourceResponse;
-// Flag arguments for RenderFrameHost creation.
-enum CreateRenderFrameFlags {
- // The RenderFrame is initially hidden.
- CREATE_RF_HIDDEN = 1 << 0,
-};
-
class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
public BrowserAccessibilityDelegate,
public SiteInstanceImpl::Observer {
@@ -569,7 +563,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
FrameTreeNode* frame_tree_node,
int32_t routing_id,
int32_t widget_routing_id,
- int flags);
+ bool hidden);
private:
friend class TestRenderFrameHost;
« no previous file with comments | « content/browser/frame_host/render_frame_host_factory.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698