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

Unified Diff: chrome/browser/storage/durable_storage_permission_context.h

Issue 2393103002: [Durable] Updated Durable heuristic to use 'important sites' (Closed)
Patch Set: windows test fix Created 4 years, 2 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/storage/durable_storage_permission_context.h
diff --git a/chrome/browser/storage/durable_storage_permission_context.h b/chrome/browser/storage/durable_storage_permission_context.h
index c779e0b7544579e3296ecd48bb58d530f8f2e4be..6719701711069f7416b0284eadbaf45ef0f04270 100644
--- a/chrome/browser/storage/durable_storage_permission_context.h
+++ b/chrome/browser/storage/durable_storage_permission_context.h
@@ -30,13 +30,6 @@ class DurableStoragePermissionContext : public PermissionContextBase {
bool IsRestrictedToSecureOrigins() const override;
private:
- FRIEND_TEST_ALL_PREFIXES(BookmarksOriginTest, Exists);
- FRIEND_TEST_ALL_PREFIXES(BookmarksOriginTest, DoesntExist);
-
- static bool IsOriginBookmarked(
- const std::vector<bookmarks::BookmarkModel::URLAndTitle>& bookmarks,
- const GURL& origin);
-
DISALLOW_COPY_AND_ASSIGN(DurableStoragePermissionContext);
};
« no previous file with comments | « chrome/browser/engagement/site_engagement_score.h ('k') | chrome/browser/storage/durable_storage_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698