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

Unified Diff: content/browser/frame_host/render_frame_message_filter.cc

Issue 2317243002: Rename off the record to incognito in ppapi plugin process (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | content/browser/pepper_flash_settings_helper_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_frame_message_filter.cc
diff --git a/content/browser/frame_host/render_frame_message_filter.cc b/content/browser/frame_host/render_frame_message_filter.cc
index 9bcb84dfdcade5ea37cd48fa4fd99fd8177a288d..4558e891559b4b3451b95191ae98e36716d2996f 100644
--- a/content/browser/frame_host/render_frame_message_filter.cc
+++ b/content/browser/frame_host/render_frame_message_filter.cc
@@ -160,7 +160,7 @@ class RenderFrameMessageFilter::OpenChannelToPpapiBrokerCallback
delete this;
}
- bool OffTheRecord() override { return filter_->incognito_; }
+ bool Incognito() override { return filter_->incognito_; }
private:
scoped_refptr<RenderFrameMessageFilter> filter_;
@@ -195,7 +195,7 @@ class RenderFrameMessageFilter::OpenChannelToPpapiPluginCallback
SendReplyAndDeleteThis();
}
- bool OffTheRecord() override { return filter()->incognito_; }
+ bool Incognito() override { return filter()->incognito_; }
ResourceContext* GetResourceContext() override { return context_; }
« no previous file with comments | « no previous file | content/browser/pepper_flash_settings_helper_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698