Fix compile on linux_redux bots, caused by http://crrev.com/113808
linux_redux does not have safe_browsing enabled in the GYP variables, which causes all of chrome/browser/safe_browsing to be excluded from the chrome_browser target - including safe_browsing_tab_observer.[cc,h] This enables a stub SafeBrowsingTabObserver to be compiled when safe_browsing==0, fixing the linker errors from TabContentsWrapper having a SafeBrowsingTabObserver member. BUG=none Review URL: http://codereview.chromium.org/8909017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114553 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment