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

Unified Diff: chrome/browser/extensions/activity_log/activity_log.cc

Issue 23618010: [Activity log] Expose URL incognito state to private API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase (against latest) Created 7 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
Index: chrome/browser/extensions/activity_log/activity_log.cc
diff --git a/chrome/browser/extensions/activity_log/activity_log.cc b/chrome/browser/extensions/activity_log/activity_log.cc
index 7d286f7952dce7fa629f9d5879666e13ac11653c..e8f714e790df4f45207378b987576144747d3edd 100644
--- a/chrome/browser/extensions/activity_log/activity_log.cc
+++ b/chrome/browser/extensions/activity_log/activity_log.cc
@@ -348,9 +348,6 @@ void ActivityLog::LogAction(scoped_refptr<Action> action) {
LookupTabIds(action, profile_);
}
- // TODO(mvrable): Add any necessary processing of incognito URLs here, for
- // crbug.com/253368
-
if (IsDatabaseEnabled() && policy_)
policy_->ProcessAction(action);
if (IsWatchdogAppActive())

Powered by Google App Engine
This is Rietveld 408576698