Index: chrome/browser/component_updater/pepper_flash_field_trial.h |
diff --git a/chrome/browser/component_updater/pepper_flash_field_trial.h b/chrome/browser/component_updater/pepper_flash_field_trial.h |
deleted file mode 100644 |
index d489277b470efb941166bb65454fb59d3d71b89e..0000000000000000000000000000000000000000 |
--- a/chrome/browser/component_updater/pepper_flash_field_trial.h |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROME_BROWSER_COMPONENT_UPDATER_PEPPER_FLASH_FIELD_TRIAL_H_ |
-#define CHROME_BROWSER_COMPONENT_UPDATER_PEPPER_FLASH_FIELD_TRIAL_H_ |
- |
-#include "base/basictypes.h" |
- |
-class PepperFlashFieldTrial { |
- public: |
- static bool InEnableByDefaultGroup(); |
- |
- private: |
- DISALLOW_IMPLICIT_CONSTRUCTORS(PepperFlashFieldTrial); |
-}; |
- |
-#endif // CHROME_BROWSER_COMPONENT_UPDATER_PEPPER_FLASH_FIELD_TRIAL_H_ |