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

Unified Diff: chrome/common/render_messages.cc

Issue 6602023: Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « chrome/common/chrome_switches.cc ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.cc
===================================================================
--- chrome/common/render_messages.cc (revision 76334)
+++ chrome/common/render_messages.cc (working copy)
@@ -680,7 +680,6 @@
WriteParam(m, p.accelerated_video_enabled);
WriteParam(m, p.memory_info_enabled);
WriteParam(m, p.interactive_form_validation_enabled);
- WriteParam(m, p.fullscreen_enabled);
}
bool ParamTraits<WebPreferences>::Read(const Message* m, void** iter,
@@ -737,8 +736,7 @@
ReadParam(m, iter, &p->accelerated_layers_enabled) &&
ReadParam(m, iter, &p->accelerated_video_enabled) &&
ReadParam(m, iter, &p->memory_info_enabled) &&
- ReadParam(m, iter, &p->interactive_form_validation_enabled) &&
- ReadParam(m, iter, &p->fullscreen_enabled);
+ ReadParam(m, iter, &p->interactive_form_validation_enabled);
}
void ParamTraits<WebPreferences>::Log(const param_type& p, std::string* l) {
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698