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

Unified Diff: content/shell/shell.h

Issue 15702006: [content shell] add support for running headless on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 7 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 | « content/shell/renderer/webkit_test_runner.cc ('k') | content/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/shell/renderer/webkit_test_runner.cc ('k') | content/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698