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

Unified Diff: components/offline_pages/client_policy_controller.h

Issue 2028383002: Revert of Record offline histograms with suffix via Histogram::FactoryGet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: components/offline_pages/client_policy_controller.h
diff --git a/components/offline_pages/client_policy_controller.h b/components/offline_pages/client_policy_controller.h
index 77f116b7fa865041c21e9322dbf882c762b3e520..47503a325f4127470b1a48b31f9b29411075d1b6 100644
--- a/components/offline_pages/client_policy_controller.h
+++ b/components/offline_pages/client_policy_controller.h
@@ -14,6 +14,9 @@
#include "components/offline_pages/offline_page_client_policy.h"
namespace offline_pages {
+
+// Currently used for fallbacks like tests.
+static const char kDefaultNamespace[] = "default";
// This is the class which is a singleton for offline page model
// to get client policies based on namespaces.
« no previous file with comments | « components/offline_pages/client_namespace_constants.cc ('k') | components/offline_pages/client_policy_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698