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

Unified Diff: chrome/browser/component_updater/supervised_user_whitelist_installer_unittest.cc

Issue 2154773002: Implement Just-In-Time Flash updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git pull && gclient sync Created 4 years, 5 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/component_updater/supervised_user_whitelist_installer_unittest.cc
diff --git a/chrome/browser/component_updater/supervised_user_whitelist_installer_unittest.cc b/chrome/browser/component_updater/supervised_user_whitelist_installer_unittest.cc
index 9f2005737837387736b2b973277cc87072a1ae25..bd2b73d3bc1b501e939944deb2fbd53a920a7679 100644
--- a/chrome/browser/component_updater/supervised_user_whitelist_installer_unittest.cc
+++ b/chrome/browser/component_updater/supervised_user_whitelist_installer_unittest.cc
@@ -136,6 +136,11 @@ class MockComponentUpdateService : public ComponentUpdateService,
return false;
}
+ std::unique_ptr<ComponentInfo> GetComponentForMimeType(
+ const std::string& mime_type) const override {
+ return nullptr;
+ }
+
// OnDemandUpdater implementation:
bool OnDemandUpdate(const std::string& crx_id) override {
on_demand_update_called_ = true;

Powered by Google App Engine
This is Rietveld 408576698