Skip to content

Commit

Permalink
Rip unused log.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Sep 7, 2012
1 parent 26ca84c commit 8bdbbd1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/shell.cc
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,9 @@ void Shell::LoadingStateChanged(WebContents* source) {
}

void Shell::ActivateContents(content::WebContents* contents) {
LOG(ERROR) << "ActivateContents";
}

void Shell::DeactivateContents(content::WebContents* contents) {
LOG(ERROR) << "DeactivateContents";
}

void Shell::CloseContents(WebContents* source) {
Expand All @@ -269,16 +267,13 @@ bool Shell::IsPopupOrPanel(const WebContents* source) const {

bool Shell::TakeFocus(WebContents* soruce,
bool reverse) {
LOG(ERROR) << "TakeFocus";
return true;
}

void Shell::LostCapture() {
LOG(ERROR) << "LostCapture";
}

void Shell::WebContentsFocused(WebContents* contents) {
LOG(ERROR) << "WebContentsFocused";
}

void Shell::WebContentsCreated(WebContents* source_contents,
Expand Down

0 comments on commit 8bdbbd1

Please sign in to comment.