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

Unified Diff: chrome/browser/background_sync/background_sync_permission_context.cc

Issue 2675483002: Replace PermissionType in chrome/ with ContentSettingsType (Closed)
Patch Set: rebase + include content_settings_types.h more 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/browsing_data/browsing_data_remover_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background_sync/background_sync_permission_context.cc
diff --git a/chrome/browser/background_sync/background_sync_permission_context.cc b/chrome/browser/background_sync/background_sync_permission_context.cc
index 4a9f16dfbfbc9dfca8960a58ff7b48b0f4660075..84350dd9d7dff9db7df325a1083dd76ee04dae7c 100644
--- a/chrome/browser/background_sync/background_sync_permission_context.cc
+++ b/chrome/browser/background_sync/background_sync_permission_context.cc
@@ -6,12 +6,10 @@
#include "base/logging.h"
#include "components/content_settings/core/common/content_settings_types.h"
-#include "content/public/browser/permission_type.h"
BackgroundSyncPermissionContext::BackgroundSyncPermissionContext(
Profile* profile)
: PermissionContextBase(profile,
- content::PermissionType::BACKGROUND_SYNC,
CONTENT_SETTINGS_TYPE_BACKGROUND_SYNC) {}
void BackgroundSyncPermissionContext::CancelPermissionRequest(
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698