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

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: nits 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
« no previous file with comments | « extensions/browser/user_script_loader.cc ('k') | extensions/common/user_script.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « extensions/browser/user_script_loader.cc ('k') | extensions/common/user_script.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698