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

Unified Diff: chrome/browser/extensions/extension_clear_api.h

Issue 8907018: Renaming REMOVE_LSO_DATA to REMOVE_PLUGIN_DATA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « chrome/browser/browsing_data_remover_unittest.cc ('k') | chrome/browser/extensions/extension_clear_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_clear_api.h
diff --git a/chrome/browser/extensions/extension_clear_api.h b/chrome/browser/extensions/extension_clear_api.h
index af193d7e84c0baaf1f7f522e59c6d39435d52a38..69a4a52f1fc81c9cad1cddee7b26e1acb2132d98 100644
--- a/chrome/browser/extensions/extension_clear_api.h
+++ b/chrome/browser/extensions/extension_clear_api.h
@@ -39,9 +39,10 @@ class BrowsingDataExtensionFunction : public AsyncExtensionFunction,
virtual int GetRemovalMask() const = 0;
private:
- // Updates the removal bitmask according to whether removing LSO data is
+ // Updates the removal bitmask according to whether removing plugin data is
// supported or not.
- void CheckRemovingLSODataSupported(scoped_refptr<PluginPrefs> plugin_prefs);
+ void CheckRemovingPluginDataSupported(
+ scoped_refptr<PluginPrefs> plugin_prefs);
// Called when we're ready to start removing data.
void StartRemoving();
« no previous file with comments | « chrome/browser/browsing_data_remover_unittest.cc ('k') | chrome/browser/extensions/extension_clear_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698