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

Unified Diff: chrome/browser/prerender/prerender_config.h

Issue 9387015: Upstreaming prerendering changes for Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 3 Created 8 years, 10 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 | « no previous file | chrome/browser/prerender/prerender_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_config.h
diff --git a/chrome/browser/prerender/prerender_config.h b/chrome/browser/prerender/prerender_config.h
index a9ca690c8f87597b82f90c1d2eb862c4a2d2f451..353670823c82bc30ff3b95ad1100bd635967078a 100644
--- a/chrome/browser/prerender/prerender_config.h
+++ b/chrome/browser/prerender/prerender_config.h
@@ -7,6 +7,7 @@
#pragma once
#include "base/time.h"
+#include "ui/gfx/rect.h"
namespace prerender {
@@ -27,6 +28,10 @@ struct Config {
// Is https allowed?
bool https_allowed;
+
+ // The default tab bounds used as the prerenderer tab size when the active tab
+ // cannot be accessed.
+ gfx::Rect default_tab_bounds;
};
} // namespace prerender
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698