Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.h |
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
| index ca2f7329b5f67ec8334825614d3ddc0df7d762d3..649c77feedd59a6ed6a30e9110c26262f6de5860 100644 |
| --- a/chrome/browser/chrome_content_browser_client.h |
| +++ b/chrome/browser/chrome_content_browser_client.h |
| @@ -356,6 +356,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
| // TODO(peter) remove once NotificationPermissionRequested is removed. |
| base::WeakPtrFactory<ChromeContentBrowserClient> weak_factory_; |
| + friend class DisableWebRtcEncryptionFlagTest; |
|
Ryan Sleevi
2014/07/31 00:31:28
Just like in life, put your friends first.
In par
jww
2014/07/31 05:57:00
Whoops, that was actually due to a bad rebase (thi
|
| + |
| DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient); |
| }; |