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

Unified Diff: content/public/browser/navigation_controller.h

Issue 1785953002: Ignore viewport meta tags when Request Desktop Site is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable HandheldFriendlyMeta and MobileOptimizedMeta as well Created 4 years, 9 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: 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;

Powered by Google App Engine
This is Rietveld 408576698