Index: chrome/common/extensions/features/complex_feature.cc |
diff --git a/chrome/common/extensions/features/complex_feature.cc b/chrome/common/extensions/features/complex_feature.cc |
index 57c9ad4d943bf730a22874276e5f9fd9e3580cc1..f2ee29828ad925c31422ee3ced56b1ea36cbc4a3 100644 |
--- a/chrome/common/extensions/features/complex_feature.cc |
+++ b/chrome/common/extensions/features/complex_feature.cc |
@@ -66,7 +66,7 @@ std::set<Feature::Context>* ComplexFeature::GetContexts() { |
} |
bool ComplexFeature::IsInternal() const { |
- NOTREACHED(); |
+ // TODO(justinlin): Handle this correctly. |
Finnur
2013/10/15 10:44:21
Um.... ? What is this about?
justinlin
2013/10/16 07:06:48
Clarified.. somewhat. It's mostly because we are e
|
return false; |
} |