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

Unified Diff: chrome/test/base/testing_profile.h

Issue 678343002: Default zoom was never read from chrome://settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replaced header in testing_profile 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/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 274f6c42093ddf2b0a4d88c69f773ecaea0cf8f7..b11c4e90fb6a6b6d91310dc807728d32d55ea566 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -278,7 +278,7 @@ class TestingProfile : public Profile {
net::CookieMonster* GetCookieMonster();
PrefService* GetPrefs() override;
-
+ chrome::ChromeZoomLevelPrefs* GetZoomLevelPrefs() override;
history::TopSites* GetTopSites() override;
history::TopSites* GetTopSitesWithoutCreating() override;

Powered by Google App Engine
This is Rietveld 408576698