| 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,
|
|
|