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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_unittest.cc

Issue 393133002: Migrate HostZoomMap to live in StoragePartition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to 291677. Created 6 years, 4 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/chrome_page_zoom.cc » ('j') | chrome/browser/renderer_preferences_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
index a5ec397fd09a3b03e317b102ff791e09d4a4b4f3..3c7e749126d9b9c7d46fbf6302dffc6dc94f10ee 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
@@ -164,6 +164,18 @@ class TestStoragePartition : public StoragePartition {
return NULL;
}
+ virtual content::HostZoomMap* GetHostZoomMap() OVERRIDE {
+ return NULL;
+ }
+
+ virtual content::HostZoomLevelContext* GetHostZoomLevelContext() OVERRIDE {
+ return NULL;
+ }
+
+ virtual PrefService* GetZoomLevelPrefs() OVERRIDE {
+ return NULL;
+ }
+
virtual void ClearDataForOrigin(uint32 remove_mask,
uint32 quota_storage_remove_mask,
const GURL& storage_origin,
« no previous file with comments | « no previous file | chrome/browser/chrome_page_zoom.cc » ('j') | chrome/browser/renderer_preferences_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698