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

Side by Side Diff: chrome/browser/ui/webui/help/version_updater_unimplemented.h

Issue 10539114: Revert 141693 - Add relaunch prompt to linux help page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_UNIMPLEMENTED_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_UNIMPLEMENTED_H_
6 #define CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_UNIMPLEMENTED_H_ 6 #define CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_UNIMPLEMENTED_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "chrome/browser/ui/webui/help/version_updater.h" 10 #include "chrome/browser/ui/webui/help/version_updater.h"
(...skipping 11 matching lines...) Expand all
22 22
23 // Clients must use VersionUpdater::Create(). 23 // Clients must use VersionUpdater::Create().
24 VersionUpdaterUnimplemented() {} 24 VersionUpdaterUnimplemented() {}
25 virtual ~VersionUpdaterUnimplemented() {} 25 virtual ~VersionUpdaterUnimplemented() {}
26 26
27 private: 27 private:
28 DISALLOW_COPY_AND_ASSIGN(VersionUpdaterUnimplemented); 28 DISALLOW_COPY_AND_ASSIGN(VersionUpdaterUnimplemented);
29 }; 29 };
30 30
31 #endif // CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_UNIMPLEMENTED_H_ 31 #endif // CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_UNIMPLEMENTED_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/help/version_updater_basic.cc ('k') | chrome/browser/ui/webui/help/version_updater_unimplemented.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698