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

Unified Diff: chrome/browser/prefs/chrome_command_line_pref_store.cc

Issue 2623023002: Remove //chrome as an embedder of blimp. (Closed)
Patch Set: One more rebase for good measure Created 3 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/android/tab_android.cc ('k') | chrome/chrome_repack_locales.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/chrome_command_line_pref_store.cc
diff --git a/chrome/browser/prefs/chrome_command_line_pref_store.cc b/chrome/browser/prefs/chrome_command_line_pref_store.cc
index 1f19e9d6cc0bb010413977e25dc056c5232ddae9..5633a58e8b13dd9a1842e26843491fb49ecb368d 100644
--- a/chrome/browser/prefs/chrome_command_line_pref_store.cc
+++ b/chrome/browser/prefs/chrome_command_line_pref_store.cc
@@ -32,10 +32,6 @@
#include "ui/base/ui_base_switches.h"
#include "ui/display/display_switches.h"
-#if defined(OS_ANDROID)
-#include "chrome/browser/android/preferences/command_line_pref_store_android.h"
-#endif
-
#if defined(OS_CHROMEOS)
#include "chromeos/chromeos_switches.h"
#endif
@@ -123,9 +119,6 @@ void ChromeCommandLinePrefStore::ApplySimpleSwitches() {
ApplyPathSwitches(path_switch_map_, arraysize(path_switch_map_));
ApplyIntegerSwitches(integer_switch_map_, arraysize(integer_switch_map_));
ApplyBooleanSwitches(boolean_switch_map_, arraysize(boolean_switch_map_));
-#if defined(OS_ANDROID)
- ::android::ApplyBlimpSwitches(this);
-#endif
}
void ChromeCommandLinePrefStore::ApplyProxyMode() {
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/chrome_repack_locales.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698