Index: content/public/common/renderer_preferences.h |
diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h |
index 30c7c9aed5cb6b898505cda7824f9ececcd0e936..110b2d723954272e2981ff99b9ca95f364beaea2 100644 |
--- a/content/public/common/renderer_preferences.h |
+++ b/content/public/common/renderer_preferences.h |
@@ -107,6 +107,10 @@ struct CONTENT_EXPORT RendererPreferences { |
// Specifies whether renderer input event throttle is enabled. |
bool throttle_input_events; |
+ |
+ // Specifies whether the renderer reports frame name changes to the browser |
+ // process. |
Charlie Reis
2013/01/09 22:35:06
Similar TODO. We don't want this sticking around.
Fady Samuel
2013/01/09 22:40:57
Done.
|
+ bool report_frame_name_changes; |
}; |
} // namespace content |