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

Unified Diff: extensions/browser/extension_web_contents_observer.h

Issue 1150683007: [Extensions] Use document url (not top url) for tab-specific permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix extension page content scripts Created 5 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
Index: extensions/browser/extension_web_contents_observer.h
diff --git a/extensions/browser/extension_web_contents_observer.h b/extensions/browser/extension_web_contents_observer.h
index d36d782555131e8c5ae296654f6063a3b5d8a342..a82eff4356b63ca3b326b733965e87a92b648f4f 100644
--- a/extensions/browser/extension_web_contents_observer.h
+++ b/extensions/browser/extension_web_contents_observer.h
@@ -69,6 +69,8 @@ class ExtensionWebContentsObserver : public content::WebContentsObserver {
// The BrowserContext associated with the WebContents being observed.
content::BrowserContext* browser_context_;
+ std::string extension_id_;
not at google - send to devlin 2015/06/03 20:15:44 Seem unnecessary given ProcessManager, plus you ha
Devlin 2015/06/03 20:28:47 Totally accidental. Removed.
+
DISALLOW_COPY_AND_ASSIGN(ExtensionWebContentsObserver);
};

Powered by Google App Engine
This is Rietveld 408576698