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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.cc

Issue 393133002: Migrate HostZoomMap to live in StoragePartition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android compile, remove unused variable. Created 6 years, 1 month 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/ui/app_list/test/fake_profile.cc
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
index 91f9e3eede9f257365cfaf4d1bfad5456d6d8de1..2b03d9ae1b83c6d271d00db8f3640bf6e9090b43 100644
--- a/chrome/browser/ui/app_list/test/fake_profile.cc
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc
@@ -25,6 +25,11 @@ base::FilePath FakeProfile::GetPath() const {
return path_;
}
+scoped_ptr<content::ZoomLevelDelegate> FakeProfile::CreateZoomLevelDelegate(
+ const base::FilePath& partition_path) {
+ return scoped_ptr<content::ZoomLevelDelegate>();
sky 2014/11/11 20:21:56 return nullptr (see https://groups.google.com/a/ch
wjmaclean 2014/11/11 20:59:08 Done. (thanks for the link to the discussion, much
+}
+
bool FakeProfile::IsOffTheRecord() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698