| Index: content/common/browser_plugin/browser_plugin_constants.cc
|
| diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc
|
| index 2ecb0725a4a9f9f0bbdae7701d8cd62cf687f820..3cbec836af21d97baeb057ab5e804247fbbd7da3 100644
|
| --- a/content/common/browser_plugin/browser_plugin_constants.cc
|
| +++ b/content/common/browser_plugin/browser_plugin_constants.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright c) 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.
|
|
|
| @@ -25,6 +25,9 @@ const char kMethodInternalAttachWindowTo[] = "-internal-attachWindowTo";
|
| const char kMethodInternalPersistObject[] = "-internal-persistObject";
|
| const char kMethodInternalSetPermission[] = "-internal-setPermission";
|
|
|
| +// Internal events.
|
| +const char kEventInternalAttached[] = "attached";
|
| +
|
| // Attributes.
|
| const char kAttributeAutoSize[] = "autosize";
|
| const char kAttributeContentWindow[] = "contentWindow";
|
| @@ -42,7 +45,6 @@ const char kEventConsoleMessage[] = "consolemessage";
|
| const char kEventContentLoad[] = "contentload";
|
| const char kEventExit[] = "exit";
|
| const char kEventLoadAbort[] = "loadabort";
|
| -const char kEventLoadCommit[] = "loadcommit";
|
| const char kEventLoadRedirect[] = "loadredirect";
|
| const char kEventLoadStart[] = "loadstart";
|
| const char kEventLoadStop[] = "loadstop";
|
|
|