Roll WebRTC 5699->5721.
[chromium-blink-merge.git] / chrome / browser / ui / profile_reset_bubble_stub.cc
blobd00966044841c377225690491997db90feb9a2b9
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Definitions for chrome/browser/ui/profile_reset_bubble.h, for platforms where
6 // the profile reset bubble is not implemented yet.
8 #include "chrome/browser/ui/profile_reset_bubble.h"
10 #include "base/logging.h"
12 bool IsProfileResetBubbleSupported() {
13 return false;
16 GlobalErrorBubbleViewBase* ShowProfileResetBubble(
17 const base::WeakPtr<ProfileResetGlobalError>& global_error,
18 Browser* browser) {
19 NOTREACHED();
20 return NULL;