Chromium Code Reviews| Index: components/arc/arc_features.h |
| diff --git a/components/arc/arc_features.h b/components/arc/arc_features.h |
| index b9b01c12598ca832939683a88b7847fd7673053e..0b60445f343d028b12cb928a6ad9f2e52d109cd6 100644 |
| --- a/components/arc/arc_features.h |
| +++ b/components/arc/arc_features.h |
| @@ -12,6 +12,7 @@ |
| namespace arc { |
| extern const base::Feature kBootCompletedBroadcastFeature; |
| +extern const base::Feature kArcUseAuthEndpointFeature; |
|
Luis Héctor Chávez
2016/11/16 22:11:29
Please add "// Please keep alphabetized." (and kee
khmel
2016/11/16 22:22:14
Done.
Luis Héctor Chávez
2016/11/16 22:24:58
Can you please also add the comment so any other p
khmel
2016/11/17 18:45:36
Sorry, missed you comment
|
| } // namespace arc |