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

Unified Diff: extensions/common/host_id.cc

Issue 982113002: Fix a bug in UserScriptLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: extensions/common/host_id.cc
diff --git a/extensions/common/host_id.cc b/extensions/common/host_id.cc
index 121e8e412b7c047d1e4568573b9ffe6ba437837f..e7d474fefc5024940fcaa17aeee0c64f955e39f3 100644
--- a/extensions/common/host_id.cc
+++ b/extensions/common/host_id.cc
@@ -4,7 +4,8 @@
#include "extensions/common/host_id.h"
-HostID::HostID() {
+HostID::HostID()
+ : type_(HostType::EXTENSIONS) {
}
HostID::HostID(HostType type, const std::string& id)

Powered by Google App Engine
This is Rietveld 408576698