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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 6635032: Removing references to off the record in comments and log messages. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updating the AUTHORS file. Patch submitted by: Vipul Bhasin<vipul.bhasin@gmail.com> Created 9 years, 9 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/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 5e7557f35151c4bb6ce950c7cdea9cfc7ace3f71..e2aaa07ebd1a9b7bbed3597a3548a0591d6ce925 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -359,7 +359,7 @@ class RenderMessageFilter : public BrowserMessageFilter,
// Handles zoom-related messages.
scoped_refptr<HostZoomMap> host_zoom_map_;
- // Whether this process is used for off the record tabs.
+ // Whether this process is used for incognito tabs.
bool off_the_record_;
base::TimeTicks last_plugin_refresh_time_; // Initialized to 0.

Powered by Google App Engine
This is Rietveld 408576698