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

Unified Diff: chrome/browser/tab_contents/thumbnail_generator.cc

Issue 6625076: Removing references to off the record in comments and log messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/browser/tab_contents/thumbnail_generator.cc
diff --git a/chrome/browser/tab_contents/thumbnail_generator.cc b/chrome/browser/tab_contents/thumbnail_generator.cc
index ab7933162e17b1c09fe1ece373cd54fe6a3affcf..f494bb5293540b2808cc9f6ce397f7cf817e49f1 100644
--- a/chrome/browser/tab_contents/thumbnail_generator.cc
+++ b/chrome/browser/tab_contents/thumbnail_generator.cc
@@ -664,7 +664,7 @@ bool ThumbnailGenerator::ShouldUpdateThumbnail(Profile* profile,
const GURL& url) {
if (!profile || !top_sites)
return false;
- // Skip if it's in the off-the-record mode.
+ // Skip if it's in the incognito mode.
if (profile->IsOffTheRecord())
return false;
// Skip if the given URL is not appropriate for history.
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/browser/tab_contents/thumbnail_generator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698