Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Unified Diff: content/browser/android/content_view_statics.h

Issue 10706004: Adds helper methods for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: My repo was out of sync with the latest upstream tree Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698