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

Unified Diff: content/public/common/renderer_preferences.cc

Issue 10387074: Only disallow top-level navigations in platform apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 8 years, 7 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/public/common/renderer_preferences.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/renderer_preferences.cc
diff --git a/content/public/common/renderer_preferences.cc b/content/public/common/renderer_preferences.cc
index db237e640db8c609bb3ad22410bb1f90fd60bfa0..8d6dc3c2c21cbf5d10e0e4bce57f0800c22a2e8c 100644
--- a/content/public/common/renderer_preferences.cc
+++ b/content/public/common/renderer_preferences.cc
@@ -20,8 +20,8 @@ RendererPreferences::RendererPreferences()
active_selection_fg_color(0),
inactive_selection_bg_color(0),
inactive_selection_fg_color(0),
- browser_handles_top_level_requests(false),
- browser_handles_all_requests(false),
+ browser_handles_non_local_top_level_requests(false),
+ browser_handles_all_top_level_requests(false),
caret_blink_interval(0),
enable_referrers(true),
default_zoom_level(0) {
« no previous file with comments | « content/public/common/renderer_preferences.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698