| Index: content/common/browser_plugin/browser_plugin_constants.h
|
| diff --git a/content/common/browser_plugin/browser_plugin_constants.h b/content/common/browser_plugin/browser_plugin_constants.h
|
| index dafa1654fe765ed3691b41298534b0a862a21a2c..991ad3d60767d63392e90945bbe5ca66389b123e 100644
|
| --- a/content/common/browser_plugin/browser_plugin_constants.h
|
| +++ b/content/common/browser_plugin/browser_plugin_constants.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -26,6 +26,9 @@ extern const char kMethodInternalAttachWindowTo[];
|
| extern const char kMethodInternalPersistObject[];
|
| extern const char kMethodInternalSetPermission[];
|
|
|
| +// Internal events
|
| +extern const char kEventInternalAttached[];
|
| +
|
| // Attributes.
|
| extern const char kAttributeApi[];
|
| extern const char kAttributeAutoSize[];
|
| @@ -44,7 +47,6 @@ extern const char kEventConsoleMessage[];
|
| extern const char kEventContentLoad[];
|
| extern const char kEventExit[];
|
| extern const char kEventLoadAbort[];
|
| -extern const char kEventLoadCommit[];
|
| extern const char kEventLoadRedirect[];
|
| extern const char kEventLoadStart[];
|
| extern const char kEventLoadStop[];
|
|
|