diff options
author | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-25 20:42:55 +0000 |
---|---|---|
committer | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-25 20:42:55 +0000 |
commit | 1869937705df919aff92cb54888527ccbaf62702 (patch) | |
tree | f56f5b67c9ad9b9330697b019a60337980303a65 /content/renderer/browser_plugin/browser_plugin.h | |
parent | ed2fa729af0311cc4d5f30be5f0368fad248d64a (diff) | |
download | chromium_src-1869937705df919aff92cb54888527ccbaf62702.zip chromium_src-1869937705df919aff92cb54888527ccbaf62702.tar.gz chromium_src-1869937705df919aff92cb54888527ccbaf62702.tar.bz2 |
<webview>: Partially migrate loadcommit event from content to chrome
All the pieces are now in place for upstreaming the big content->chrome
<webview> refactor. This first patch puts in the first set of pieces in
place for migrating loadcommit to chrome.
BUG=166165
Test=WebViewTest.*
Review URL: https://chromiumcodereview.appspot.com/17165004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/browser_plugin/browser_plugin.h')
-rw-r--r-- | content/renderer/browser_plugin/browser_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h index d6791cf..b95380b 100644 --- a/content/renderer/browser_plugin/browser_plugin.h +++ b/content/renderer/browser_plugin/browser_plugin.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2012 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. |