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

Unified Diff: blimp/client/core/settings/settings.cc

Issue 2473543002: Set the user agent for 0.6 (Closed)
Patch Set: nits Created 4 years, 1 month 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 | « blimp/client/core/settings/BUILD.gn ('k') | blimp/client/core/settings/settings_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/settings/settings.cc
diff --git a/blimp/client/core/settings/settings.cc b/blimp/client/core/settings/settings.cc
index f20663c250992dfb6ae8f69e354c117a769033d4..2b1147f1d6e1864269fd48d951d9a7ea1d6b7dea 100644
--- a/blimp/client/core/settings/settings.cc
+++ b/blimp/client/core/settings/settings.cc
@@ -13,6 +13,7 @@
namespace blimp {
namespace client {
+namespace {
const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
boolean_switch_map[] = {
@@ -21,6 +22,8 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
true},
};
+} // namespace
+
Settings::Settings(PrefService* local_state)
: local_state_(local_state), show_network_stats_(false) {
pref_change_registrar_.Init(local_state);
« no previous file with comments | « blimp/client/core/settings/BUILD.gn ('k') | blimp/client/core/settings/settings_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698