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[]; |