From 346453a7d9e314a0eaf908ec4aa1be59624741d4 Mon Sep 17 00:00:00 2001 From: "tom.cassiotis@gmail.com" Date: Wed, 12 Mar 2014 10:14:37 +0000 Subject: Re-land r252832 after revert r252852 addressing Andriod test failure. The bookmark undo is not desired functionality on Android and so the undo framework code is not compiled for Android. This means that the group undo events are not fired on Android and thus the test should not call ExpectGroupedChangeCount() on Android. Originally Committed: r252832 Reverted: r252852 ( Review URL: https://codereview.chromium.org/176563002 ) BUG=126092 Review URL: https://codereview.chromium.org/191943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256506 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/bookmarks/DEPS | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/bookmarks/DEPS') diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS index 7191e8f..a702b0e 100644 --- a/chrome/browser/bookmarks/DEPS +++ b/chrome/browser/bookmarks/DEPS @@ -9,7 +9,6 @@ include_rules = [ "+chrome/browser/chrome_notification_types.h", "+chrome/browser/undo/bookmark_undo_service.h", "+chrome/browser/undo/bookmark_undo_service_factory.h", - "+chrome/browser/undo/bookmark_undo_utils.h", # TODO(tfarina): Bring this list to zero. crbug.com/144783 # Do not add to the list of temporarily-allowed dependencies below, -- cgit v1.1