Revert "Fix broken channel icon in chrome://help on CrOS" and try again
[chromium-blink-merge.git] / extensions / browser / guest_view / extension_options / extension_options_constants.cc
blob7ce80e594f206c7e3d6e81292f07f176484f6a7d
1 // Copyright 2014 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.
5 #include "extensions/browser/guest_view/extension_options/extension_options_constants.h"
7 namespace extensionoptions {
9 // API namespace.
10 extern const char kAPINamespace[] = "extensionOptionsInternal";
12 const char kExtensionId[] = "extension";
14 } // namespace extensionoptions