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

Unified Diff: chrome/browser/about_flags_android.cc

Issue 11633020: Re-enable about:flags on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nilesh's comments Created 7 years, 11 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags_android.cc
diff --git a/chrome/browser/about_flags_android.cc b/chrome/browser/about_flags_android.cc
deleted file mode 100644
index b55e7b95491002392c24cd06cdd5c1ae08f38a4a..0000000000000000000000000000000000000000
--- a/chrome/browser/about_flags_android.cc
+++ /dev/null
@@ -1,19 +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.
-
-// 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698