Index: content/shell/shell.h |
diff --git a/content/shell/shell.h b/content/shell/shell.h |
index d2d76cf0f221014deb6d5333c0af12c97e077a16..797256c4877cfd02008effc5a48c5734fd6ad5da 100644 |
--- a/content/shell/shell.h |
+++ b/content/shell/shell.h |
@@ -51,6 +51,9 @@ class WebContents; |
class Shell : public WebContentsDelegate, |
public NotificationObserver { |
public: |
+ static const int kDefaultTestWindowWidthDip; |
+ static const int kDefaultTestWindowHeightDip; |
+ |
virtual ~Shell(); |
void LoadURL(const GURL& url); |