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

Unified Diff: content/public/common/content_switches.h

Issue 1592573002: Fixing WebViewVisibilityTests for OOPIF-<webview>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added Tests and TODO Created 4 years, 11 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/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 45297bbff9ab2cb5b17de77415513aba94fea124..bb477e00095d77373c91d8a80d7f05e326b68b61 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -24,7 +24,7 @@ CONTENT_EXPORT extern const char kBlinkSettings[];
CONTENT_EXPORT extern const char kBlinkPlatformLogChannels[];
CONTENT_EXPORT extern const char kBrowserCrashTest[];
CONTENT_EXPORT extern const char kBrowserSubprocessPath[];
-extern const char kUseCrossProcessFramesForGuests[];
+CONTENT_EXPORT extern const char kUseCrossProcessFramesForGuests[];
EhsanK 2016/01/20 00:00:03 I need to add this flag at runtime during the comm
kenrb 2016/01/22 22:26:02 Does kSitePerProcess not work?
EhsanK 2016/01/26 18:36:27 This is the switch we should have active for <webv
extern const char kDebugPluginLoading[];
CONTENT_EXPORT extern const char kDefaultTileWidth[];
CONTENT_EXPORT extern const char kDefaultTileHeight[];

Powered by Google App Engine
This is Rietveld 408576698