switches.cc 492 B

123456789101112131415
  1. // Copyright 2016 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/ntp_snippets/switches.h"
  5. namespace ntp_snippets {
  6. namespace switches {
  7. // If this flag is set, we will add downloaded snippets that are missing some
  8. // critical data to the list.
  9. const char kAddIncompleteSnippets[] = "ntp-snippets-add-incomplete";
  10. } // namespace switches
  11. } // namespace ntp_snippets