 Chromium Code Reviews
 Chromium Code Reviews Issue 1150683007:
  [Extensions] Use document url (not top url) for tab-specific permissions  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1150683007:
  [Extensions] Use document url (not top url) for tab-specific permissions  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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); | 
| }; |