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

Unified Diff: content/public/browser/content_browser_client.h

Issue 61503003: Additional window features are not passed as a parameter to new popup windows (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Applied changes on latest trunk. Created 7 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: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index e862ca97d371680d01b6f429a9e5fbd6cc3b5ac8..818d414f848fe42eccdb19ab5bc8bc37836de84b 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -462,6 +462,7 @@ class CONTENT_EXPORT ContentBrowserClient {
const content::Referrer& referrer,
WindowOpenDisposition disposition,
const blink::WebWindowFeatures& features,
+ const std::vector<string16>& additional_features,
jam 2013/11/11 17:07:18 we should keep the implementation details of no-We
bool user_gesture,
bool opener_suppressed,
content::ResourceContext* context,

Powered by Google App Engine
This is Rietveld 408576698