summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-19 23:49:14 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-19 23:49:14 +0000
commit1af1dfeff5d142a28b69906ac544be6675e6bf7a (patch)
tree6632302596e91b37cf740f52eefed41d9e2233de /chrome/browser/about_flags.h
parent8bbc466e17e93268b724bae1732e33a0b34c28c8 (diff)
downloadchromium_src-1af1dfeff5d142a28b69906ac544be6675e6bf7a.zip
chromium_src-1af1dfeff5d142a28b69906ac544be6675e6bf7a.tar.gz
chromium_src-1af1dfeff5d142a28b69906ac544be6675e6bf7a.tar.bz2
Enable about:flags in ChromeOS, part 1
BUG=57634 TEST=Go to about:flags in ChromeOS. It should appear. Review URL: http://codereview.chromium.org/3896001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.h')
-rw-r--r--chrome/browser/about_flags.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h
index ad6eefb..81b0c2a 100644
--- a/chrome/browser/about_flags.h
+++ b/chrome/browser/about_flags.h
@@ -16,9 +16,6 @@ class PrefService;
namespace about_flags {
-// Returns if Flags is enabled (it isn't for ChromeOS at the moment).
-bool IsEnabled();
-
// Reads the Labs |prefs| (called "Labs" for historical reasons) and adds the
// commandline flags belonging to the active experiments to |command_line|.
void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line);