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

Unified Diff: content/renderer/render_view_impl_params.h

Issue 167953003: cc: Remove the --enable-partial-swap flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enablepartialswap: build Created 6 years, 10 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 | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_view_impl_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl_params.h
diff --git a/content/renderer/render_view_impl_params.h b/content/renderer/render_view_impl_params.h
index db2ab1c0d696f8fb27afac03d6c5ee6f2d1dba86..eabf7e6d4aeba51f45dc076bd58d055bf7a1ae59 100644
--- a/content/renderer/render_view_impl_params.h
+++ b/content/renderer/render_view_impl_params.h
@@ -36,8 +36,7 @@ struct CONTENT_EXPORT RenderViewImplParams {
bool hidden,
int32 next_page_id,
const blink::WebScreenInfo& screen_info,
- unsigned int accessibility_mode,
- bool allow_partial_swap);
+ unsigned int accessibility_mode);
~RenderViewImplParams();
int32 opener_id;
@@ -54,7 +53,6 @@ struct CONTENT_EXPORT RenderViewImplParams {
int32 next_page_id;
const blink::WebScreenInfo& screen_info;
unsigned int accessibility_mode;
- bool allow_partial_swap;
};
} // namespace content
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_view_impl_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698