Chromium Code Reviews| Index: content/public/browser/navigation_controller.h |
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h |
| index 76d6de2a0a41291667cb5508a90d495c7e42751f..533c9b4c8a9e27cfa32247ed1138f76f06be588d 100644 |
| --- a/content/public/browser/navigation_controller.h |
| +++ b/content/public/browser/navigation_controller.h |
| @@ -491,6 +491,8 @@ class NavigationController { |
| // controller. Useful to reduce memory consumption in low-memory situations. |
| virtual void ClearAllScreenshots() = 0; |
| + virtual void UpdateOverridingUserAgent() = 0; |
|
nasko
2016/03/18 21:05:26
There are no callers of this method outside of con
aelias_OOO_until_Jul13
2016/03/18 22:49:18
On Android the content/ directory boundary doesn't
nasko
2016/03/25 23:29:05
This should not go here if it is not called from o
no sievers
2016/03/28 19:53:59
So these call sites are impl-to-impl, right? And u
aelias_OOO_until_Jul13
2016/04/07 03:06:14
OK, I removed the public method. (Actually nothin
|
| + |
| private: |
| // This interface should only be implemented inside content. |
| friend class NavigationControllerImpl; |