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

Unified Diff: chrome/browser/pepper_flash_settings_manager.h

Issue 2075023002: UI Changes to support clearing EME/CDM data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert options_page.css Created 4 years, 6 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/pepper_flash_settings_manager.h
diff --git a/chrome/browser/pepper_flash_settings_manager.h b/chrome/browser/pepper_flash_settings_manager.h
index 5eca3e430a6c65cdc6b7f2c316c3331e9207a86f..ecc4c370aa76e5bdcd57a952b146db27e0c88612 100644
--- a/chrome/browser/pepper_flash_settings_manager.h
+++ b/chrome/browser/pepper_flash_settings_manager.h
@@ -33,8 +33,8 @@ class PepperFlashSettingsManager {
public:
virtual ~Client() {}
- virtual void OnDeauthorizeContentLicensesCompleted(uint32_t request_id,
- bool success) {}
+ virtual void OnDeauthorizeFlashContentLicensesCompleted(uint32_t request_id,
+ bool success) {}
virtual void OnGetPermissionSettingsCompleted(
uint32_t request_id,
bool success,
@@ -68,10 +68,10 @@ class PepperFlashSettingsManager {
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
// Requests to deauthorize content licenses.
- // Client::OnDeauthorizeContentLicensesCompleted() will be called when the
- // operation is completed.
+ // Client::OnDeauthorizeFlashContentLicensesCompleted() will be called when
+ // the operation is completed.
// The return value is the same as the request ID passed into
- // Client::OnDeauthorizeContentLicensesCompleted().
+ // Client::OnDeauthorizeFlashContentLicensesCompleted().
uint32_t DeauthorizeContentLicenses(PrefService* prefs);
// Gets permission settings.
« no previous file with comments | « chrome/browser/extensions/api/settings_private/prefs_util.cc ('k') | chrome/browser/pepper_flash_settings_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698