Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / chromeos / prerender_condition_network.h
blob7422687e550c1239485736196c8c4364af2d35b1
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_CHROMEOS_PRERENDER_CONDITION_NETWORK_H_
6 #define CHROME_BROWSER_CHROMEOS_PRERENDER_CONDITION_NETWORK_H_
8 #include "base/compiler_specific.h"
9 #include "chrome/browser/prerender/prerender_condition.h"
11 namespace chromeos {
13 class PrerenderConditionNetwork : public prerender::PrerenderCondition {
14 public:
15 PrerenderConditionNetwork();
16 virtual ~PrerenderConditionNetwork();
18 // prerender::PrerenderCondition
19 virtual bool CanPrerender() const OVERRIDE;
22 } // namespace chromeos
24 #endif // CHROME_BROWSER_CHROMEOS_PRERENDER_CONDITION_NETWORK_H_