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

Unified Diff: third_party/WebKit/Source/core/page/Page.h

Issue 2156803002: [HBD] Remove PluginCache and reload plugin list when origin changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename url parameters to main_frame_origin Created 4 years, 5 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: third_party/WebKit/Source/core/page/Page.h
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
index 6f75adeca66167b95faa128a92e802f37340a819..cde8291adb3d72381b241d287338abb79737f33b 100644
--- a/third_party/WebKit/Source/core/page/Page.h
+++ b/third_party/WebKit/Source/core/page/Page.h
@@ -119,7 +119,7 @@ public:
ViewportDescription viewportDescription() const;
static void refreshPlugins();
- PluginData* pluginData() const;
+ PluginData* pluginData();
EditorClient& editorClient() const { return *m_editorClient; }
SpellCheckerClient& spellCheckerClient() const { return *m_spellCheckerClient; }
@@ -260,6 +260,8 @@ private:
bool m_isCursorVisible;
+ RefPtr<SecurityOrigin> m_origin;
+
#if ENABLE(ASSERT)
bool m_isPainting;
#endif

Powered by Google App Engine
This is Rietveld 408576698