| Index: chrome/browser/ui/browser_win.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser_win.cc (revision 141727)
|
| +++ chrome/browser/ui/browser_win.cc (working copy)
|
| @@ -9,8 +9,7 @@
|
| #include "chrome/browser/bookmarks/bookmark_utils.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser_finder.h"
|
| -#include "chrome/browser/ui/fullscreen_controller.h"
|
| -#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| +#include "chrome/browser/ui/tab_contents/tab_contents.h"
|
|
|
| namespace {
|
|
|
| @@ -54,10 +53,6 @@
|
| NewEmptyWindow(profile_->GetOffTheRecordProfile());
|
| }
|
|
|
| -void Browser::SetMetroSnapMode(bool enable) {
|
| - fullscreen_controller_->SetMetroSnapMode(enable);
|
| -}
|
| -
|
| void Browser::PinCurrentPageToStartScreen() {
|
| HMODULE metro_module = base::win::GetMetroModule();
|
| if (metro_module) {
|
|
|