summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/show_profile_reset_bubble_stub.cc
blob: f98667cbb6d20ce25f300af850b41134877ce38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/show_profile_reset_bubble.h"

#include "base/logging.h"

// This is for the code in ProfileResetGlobalError to compile on platforms where
// the profile reset bubble is not implemented yet.
void ShowProfileResetBubble(
    Browser* browser,
    const ProfileResetCallback& reset_callback) {
  NOTREACHED();
}