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

Unified Diff: chrome/browser/component_updater/pepper_flash_field_trial.h

Issue 10123016: Use bundled Pepper Flash on Windows (Canary, still on a field trial). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged ToT Created 8 years, 8 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/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_

Powered by Google App Engine
This is Rietveld 408576698