summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main.h
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 22:12:11 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 22:12:11 +0000
commit74bb7e43857ec98aec41d329761898aee3f2b3ea (patch)
tree69891a04b071c9a9ba11f2017c4d2ccefa55ab1e /chrome/browser/chrome_browser_main.h
parent1eec679ea55cf5fccf3feabd4b3b68656e0a4d17 (diff)
downloadchromium_src-74bb7e43857ec98aec41d329761898aee3f2b3ea.zip
chromium_src-74bb7e43857ec98aec41d329761898aee3f2b3ea.tar.gz
chromium_src-74bb7e43857ec98aec41d329761898aee3f2b3ea.tar.bz2
cros: Remove default pinned apps trial.
- Remove the trial code; - Clean up trial local state value; - Deprecate UMA; BUG=234415 Review URL: https://codereview.chromium.org/99763005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main.h')
-rw-r--r--chrome/browser/chrome_browser_main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index cf5cd7a..648835b 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -78,9 +78,6 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
virtual void PreBrowserStart();
virtual void PostBrowserStart();
- // Override this in subclasses to initialize platform specific field trials.
- virtual void SetupPlatformFieldTrials();
-
// Displays a warning message that we can't find any locale data files.
virtual void ShowMissingLocaleMessageBox() = 0;