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

Unified Diff: content/shell/shell_aura.cc

Issue 16451004: Remove the duplicated clear of ViewsDelegate::views_delegate in ~ShellViewsDelegateAura(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_aura.cc
diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc
index 7a0133f5c447146e99b2464b38f3d531343162dc..06fcaa02ca7489e72fe25724a2b43d3bf3c873e9 100644
--- a/content/shell/shell_aura.cc
+++ b/content/shell/shell_aura.cc
@@ -41,7 +41,6 @@ class ShellViewsDelegateAura : public views::DesktopTestViewsDelegate {
}
virtual ~ShellViewsDelegateAura() {
- ViewsDelegate::views_delegate = NULL;
}
void SetUseTransparentWindows(bool transparent) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698