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

Unified Diff: content/shell/browser/shell_browser_context.cc

Issue 393133002: Migrate HostZoomMap to live in StoragePartition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to r288093. 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
Index: content/shell/browser/shell_browser_context.cc
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc
index ed94d3c7a715cf237440bd8ba74dbd661fca0b43..1b57d7c7d2f532284da44ec694b96f7b98ef7753 100644
--- a/content/shell/browser/shell_browser_context.cc
+++ b/content/shell/browser/shell_browser_context.cc
@@ -203,6 +203,10 @@ quota::SpecialStoragePolicy* ShellBrowserContext::GetSpecialStoragePolicy() {
PushMessagingService* ShellBrowserContext::GetPushMessagingService() {
return NULL;
}
awong 2014/08/11 22:36:33 newline?
wjmaclean 2014/08/12 16:57:44 Done.
+double ShellBrowserContext::GetDefaultZoomLevel() const {
+ return 0.0;
+}
+
SSLHostStateDelegate* ShellBrowserContext::GetSSLHostStateDelegate() {
return NULL;
« content/public/browser/host_zoom_map.h ('K') | « content/shell/browser/shell_browser_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698