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

Unified Diff: content/browser/frame_host/navigation_controller_delegate.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: Change loop style Created 4 years, 8 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/browser/frame_host/navigation_controller_delegate.h
diff --git a/content/browser/frame_host/navigation_controller_delegate.h b/content/browser/frame_host/navigation_controller_delegate.h
index 8a20e2bcd0171c58b833bddbc3a2698fca45fae3..2a28c22669b145d110ef06570fb0eefc3eb5f472 100644
--- a/content/browser/frame_host/navigation_controller_delegate.h
+++ b/content/browser/frame_host/navigation_controller_delegate.h
@@ -72,6 +72,8 @@ class NavigationControllerDelegate {
InterstitialPageImpl* interstitial_page) = 0;
virtual void DidProceedOnInterstitial() = 0;
virtual void DetachInterstitialPage() = 0;
+
+ virtual void UpdateOverridingUserAgent() = 0;
};
} // namespace content
« no previous file with comments | « content/browser/frame_host/navigation_controller_android.cc ('k') | content/browser/renderer_host/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698