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

Unified Diff: chrome/browser/history/DEPS

Issue 18878009: Add functions to clean URLs from the activity log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added counting policy Created 7 years, 4 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/history/DEPS
diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS
index 677d9b62768daba535a4c34becbfb9066cc0721e..892bd564be1aa94b63533ef9ae0bd785d88f70cb 100644
--- a/chrome/browser/history/DEPS
+++ b/chrome/browser/history/DEPS
@@ -46,6 +46,11 @@ include_rules = [
"!chrome/browser/ui/profile_error_dialog.h",
"!chrome/browser/ui/webui/ntp/most_visited_handler.h",
"!chrome/browser/ui/webui/ntp/new_tab_ui.h",
+ # TODO(karenlees): ask history team the best place to use the activity log we
+ # are not supposed to be adding dependencies here. This was only added so I
+ # could upload the changes to code review to demonstrate the changes I am
+ # trying to make.
+ "!chrome/browser/extensions/activity_log/activity_log.h"
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698