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

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: Fix more tests 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;
+
private:
// This interface should only be implemented inside content.
friend class NavigationControllerImpl;

Powered by Google App Engine
This is Rietveld 408576698