summaryrefslogtreecommitdiffstats
path: root/android_webview/native
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/native')
-rw-r--r--android_webview/native/aw_contents.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
index 9dfc343..8065d2c 100644
--- a/android_webview/native/aw_contents.cc
+++ b/android_webview/native/aw_contents.cc
@@ -192,10 +192,7 @@ AwContents::AwContents(scoped_ptr<WebContents> web_contents)
switches::kDisablePageVisibility)),
web_contents_(web_contents.Pass()),
renderer_manager_key_(GLViewRendererManager::GetInstance()->NullKey()) {
- base::subtle::Atomic32 instance_count =
- base::subtle::NoBarrier_AtomicIncrement(&g_instance_count, 1);
- VLOG(2) << "AwContents::~AwContents " << this << " instance_count "
- << instance_count;
+ base::subtle::NoBarrier_AtomicIncrement(&g_instance_count, 1);
icon_helper_.reset(new IconHelper(web_contents_.get()));
icon_helper_->SetListener(this);
web_contents_->SetUserData(android_webview::kAwContentsUserDataKey,
@@ -304,8 +301,6 @@ AwContents::~AwContents() {
base::MemoryPressureListener::NotifyMemoryPressure(
base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL);
}
- VLOG(2) << "AwContents::~AwContents " << this << " instance_count "
- << instance_count;
}
base::android::ScopedJavaLocalRef<jobject>