| 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 f3bbdd1b90b8bb73e2a65b155f514f11143e0c8a..80146f096180dd4728d11ddd5c99e4f6dafcdfdc 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 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 kAttributeApi[] = "api";
|
| const char kAttributeAutoSize[] = "autosize";
|
| @@ -43,7 +46,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";
|
|
|