summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_remover.h
diff options
context:
space:
mode:
authormkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 14:05:05 +0000
committermkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 14:05:05 +0000
commit6b55790a01949ceed731555e7f0da6c7d13d35cd (patch)
tree788ed3dd2247aee7ba4e1b41120f00cb4af1c8b1 /chrome/browser/browsing_data_remover.h
parent0fe65a47575915bb3d955b94491f256d40c15d11 (diff)
downloadchromium_src-6b55790a01949ceed731555e7f0da6c7d13d35cd.zip
chromium_src-6b55790a01949ceed731555e7f0da6c7d13d35cd.tar.gz
chromium_src-6b55790a01949ceed731555e7f0da6c7d13d35cd.tar.bz2
Reland of r114615: "chrome.clear: Increasing granularity of public API"
http://codereview.chromium.org/7717023 added more granular options to BrowsingDataRemover. This CL exposes those options to the chrome.clear extension API. Among other things, this means that chrome.clear.cookies() will _only_ clear cookies, not cookies and site data. At the moment, clearing any quota managed data type will clear them all. That is being addressed in http://codereview.chromium.org/7839029/ but is independent from changing the public interface. BUG=94334 TEST=browser_tests Review URL: http://codereview.chromium.org/8952014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browsing_data_remover.h')
-rw-r--r--chrome/browser/browsing_data_remover.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data_remover.h
index 0257815..8e2bbf7 100644
--- a/chrome/browser/browsing_data_remover.h
+++ b/chrome/browser/browsing_data_remover.h
@@ -128,7 +128,7 @@ class BrowsingDataRemover : public content::NotificationObserver,
private:
// The clear API needs to be able to toggle removing_ in order to test that
// only one BrowsingDataRemover instance can be called at a time.
- FRIEND_TEST_ALL_PREFIXES(ExtensionApiTest, ClearOneAtATime);
+ FRIEND_TEST_ALL_PREFIXES(ExtensionClearTest, OneAtATime);
enum CacheState {
STATE_NONE,