Index: chrome/browser/about_flags_android.cc |
diff --git a/chrome/browser/about_flags_android.cc b/chrome/browser/about_flags_android.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b55e7b95491002392c24cd06cdd5c1ae08f38a4a |
--- /dev/null |
+++ b/chrome/browser/about_flags_android.cc |
@@ -0,0 +1,19 @@ |
+// 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. |
+ |
+// Minimalist dummy implementation of about_flags.h for Android. |
+ |
+#include "chrome/browser/about_flags.h" |
+ |
+namespace about_flags { |
+ |
+void ConvertFlagsToSwitches(PrefService*, CommandLine*) {} |
+ |
+void SetExperimentEnabled(PrefService*, const std::string&, bool) {} |
+ |
+void RemoveFlagsSwitches(std::map<std::string, CommandLine::StringType>*) {} |
+ |
+void RecordUMAStatistics(const PrefService*) {} |
+ |
+} // namespace about_flags |