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

Unified Diff: chrome/browser/ui/webui/chromeos/mobile_setup_ui.h

Issue 2763013003: Specify AllowCaching = false for some ChromeOS UI pages (Closed)
Patch Set: build fix Created 3 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: chrome/browser/ui/webui/chromeos/mobile_setup_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/mobile_setup_ui.h b/chrome/browser/ui/webui/chromeos/mobile_setup_ui.h
index 0fd9d74190e39ac01d0e69cec91fb2f0344248e1..08a8752e8cab93994f083eda5847da7b60be142a 100644
--- a/chrome/browser/ui/webui/chromeos/mobile_setup_ui.h
+++ b/chrome/browser/ui/webui/chromeos/mobile_setup_ui.h
@@ -18,6 +18,8 @@ class MobileSetupUI : public content::WebUIController,
public:
explicit MobileSetupUI(content::WebUI* web_ui);
+ bool AllowCaching() const override;
stevenjb 2017/03/22 20:50:29 override comment e.g. line 24. The comment format
Takashi Toyoshima 2017/03/23 05:54:39 Acknowledged.
+
private:
// content::WebContentsObserver overrides.
void DidFinishNavigation(

Powered by Google App Engine
This is Rietveld 408576698