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

Unified Diff: content/renderer/plugin_channel_host.h

Issue 10408004: [Mac] Log stack trace for CHECK in bug 97285. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: content/renderer/plugin_channel_host.h
diff --git a/content/renderer/plugin_channel_host.h b/content/renderer/plugin_channel_host.h
index 486098d2432d32942b0f9f352df0c62670178105..68146913af3148405c5bf5125b9f9dabf80b8ef0 100644
--- a/content/renderer/plugin_channel_host.h
+++ b/content/renderer/plugin_channel_host.h
@@ -17,6 +17,11 @@ class NPObjectBase;
// On the plugin side there's a corresponding PluginChannel.
class PluginChannelHost : public NPChannelBase {
public:
+#if defined(OS_MACOSX)
+ // TODO(shess): Debugging for http://crbug.com/97285 . See comment
+ // in plugin_channel_host.cc.
+ static bool* GetRemoveTrackingFlag();
+#endif
static PluginChannelHost* GetPluginChannelHost(
const IPC::ChannelHandle& channel_handle,
base::MessageLoopProxy* ipc_message_loop);

Powered by Google App Engine
This is Rietveld 408576698