Chromium Code Reviews| Index: content/browser/android/content_view_statics.h |
| diff --git a/content/browser/android/content_view_statics.h b/content/browser/android/content_view_statics.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..13d568e5259ddb051c80f9747c89fecc294decf8 |
| --- /dev/null |
| +++ b/content/browser/android/content_view_statics.h |
| @@ -0,0 +1,11 @@ |
| +// Copyright (c) 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. |
| + |
| +#ifndef CONTENT_BROWSER_WEB_VIEW_STATICS_H_ |
|
John Grabowski
2012/06/28 17:08:06
This file lives in content/browser/android so this
aurimas (slooooooooow)
2012/06/28 23:00:07
Done.
|
| +#define CONTENT_BROWSER_WEB_VIEW_STATICS_H_ |
| +#pragma once |
| + |
| +bool RegisterWebViewStatics(JNIEnv* env); |
|
John Grabowski
2012/06/28 17:08:06
content namespace please
aurimas (slooooooooow)
2012/06/28 23:00:07
Done.
|
| + |
| +#endif // CONTENT_BROWSER_WEB_VIEW_STATICS_H_ |