| Index: chrome/browser/adview/adview_constants.cc
|
| diff --git a/chrome/browser/adview/adview_constants.cc b/chrome/browser/adview/adview_constants.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2e0809e4a39e5f40b47dee5e242e3d6f6cf2a9bf
|
| --- /dev/null
|
| +++ b/chrome/browser/adview/adview_constants.cc
|
| @@ -0,0 +1,19 @@
|
| +// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "chrome/browser/adview/adview_constants.h"
|
| +
|
| +namespace adview {
|
| +
|
| +// Events.
|
| +const char kEventLoadCommit[] = "adview.onLoadCommit";
|
| +
|
| +// Parameters/properties on events.
|
| +const char kIsTopLevel[] = "isTopLevel";
|
| +const char kUrl[] = "url";
|
| +
|
| +// Attributes.
|
| +const char kAttributeApi[] = "api";
|
| +
|
| +} // namespace adview
|
|
|