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

Unified Diff: chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc

Issue 2709213004: Make the PermissionDecisionAutoBlocker API consistent. (Closed)
Patch Set: Rebase Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/permissions/permission_blacklist_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc
diff --git a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc
index 70a3d6041035353636d3631798a521d8bef53978..2eb290acbd0d1d04e0ab0612442e000d45def9d1 100644
--- a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc
+++ b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc
@@ -581,7 +581,7 @@ class RemovePermissionPromptCountsTest {
ContentSettingsType permission,
ContentSetting expected_setting) {
EXPECT_EQ(expected_setting,
- autoblocker_->GetEmbargoResult(permission, url).content_setting);
+ autoblocker_->GetEmbargoResult(url, permission).content_setting);
}
private:
« no previous file with comments | « no previous file | chrome/browser/permissions/permission_blacklist_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698