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

Unified Diff: content/browser/browsing_data/browsing_data_remover_impl_unittest.cc

Issue 2874833002: Don't compile code for desktop zoom or GuestViews on mobile platforms. (Closed)
Patch Set: Rebase. Created 3 years, 7 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 | « content/browser/BUILD.gn ('k') | content/browser/download/download_manager_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browsing_data/browsing_data_remover_impl_unittest.cc
diff --git a/content/browser/browsing_data/browsing_data_remover_impl_unittest.cc b/content/browser/browsing_data/browsing_data_remover_impl_unittest.cc
index e0330ab9b38d70e1b315f82537c1c0ef00b36f1c..960c1eb7f4e174f32f6abadf4868139519dedd58 100644
--- a/content/browser/browsing_data/browsing_data_remover_impl_unittest.cc
+++ b/content/browser/browsing_data/browsing_data_remover_impl_unittest.cc
@@ -152,9 +152,11 @@ class TestStoragePartition : public StoragePartition {
PlatformNotificationContext* GetPlatformNotificationContext() override {
return nullptr;
}
+#if !defined(OS_ANDROID)
HostZoomMap* GetHostZoomMap() override { return nullptr; }
HostZoomLevelContext* GetHostZoomLevelContext() override { return nullptr; }
ZoomLevelDelegate* GetZoomLevelDelegate() override { return nullptr; }
+#endif // !defined(OS_ANDROID)
void ClearDataForOrigin(uint32_t remove_mask,
uint32_t quota_storage_remove_mask,
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/download/download_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698