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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.h

Issue 2728453003: preload polymer elements in options page (Closed)
Patch Set: rebase 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/options/browser_options_handler.h
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
index 37ba5f66574fc77a1c2b7ca15b762e6fffb6a34e..b309601851aacfae26ad382f24e7e88eecc3f95e 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.h
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h
@@ -107,6 +107,10 @@ class BrowserOptionsHandler
void OnPolicyUpdated(const policy::PolicyNamespace& ns,
const policy::PolicyMap& previous,
const policy::PolicyMap& current) override;
+#if defined(OS_CHROMEOS)
+ static void DisablePolymerPreloadForTesting();
+#endif // defined(OS_CHROMEOS)
+
private:
// content::NotificationObserver implementation.
void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698