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

Unified Diff: chrome/browser/notifications/desktop_notification_service.cc

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: chrome/browser/notifications/desktop_notification_service.cc
diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc
index 90c0cbb854d399d2afd3d8f503e5cf27b82774ef..76cb3452bbaf0c5db659531e7b16b614d75c03ad 100644
--- a/chrome/browser/notifications/desktop_notification_service.cc
+++ b/chrome/browser/notifications/desktop_notification_service.cc
@@ -411,7 +411,7 @@ void DesktopNotificationService::OnPrefsChanged(const std::string& pref_name) {
void DesktopNotificationService::PersistPermissionChange(
const GURL& origin, bool is_allowed) {
- // Don't persist changes when off the record.
+ // Don't persist changes when incognito.
if (profile_->IsOffTheRecord())
return;

Powered by Google App Engine
This is Rietveld 408576698